mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
Merge branch 'ni/tuxbox' into ni/mp/tuxbox
Conflicts:
src/driver/streamts.cpp
src/eitd/sectionsd.cpp
src/zapit/src/zapit.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 17546e7ba1
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-10 (Sat, 10 Jun 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1437,8 +1437,8 @@ void CTimeThread::run()
|
||||
time_t dvb_time = 0;
|
||||
bool retry = false; /* if time seems fishy, set to true and try again */
|
||||
xprintf("%s::run:: starting, pid %d (%lu)\n", name.c_str(), getpid(), pthread_self());
|
||||
threadName = "sd:" + name;
|
||||
set_threadname(threadName.c_str());
|
||||
const char *tn = ("sd:" + name).c_str();
|
||||
set_threadname(tn);
|
||||
addFilters();
|
||||
DMX::start();
|
||||
|
||||
@@ -1574,8 +1574,8 @@ int CSectionThread::Sleep()
|
||||
void CSectionThread::run()
|
||||
{
|
||||
xprintf("%s::run:: starting, pid %d (%lu)\n", name.c_str(), getpid(), pthread_self());
|
||||
threadName = "sd:" + name;
|
||||
set_threadname(threadName.c_str());
|
||||
const char *tn = ("sd:" + name).c_str();
|
||||
set_threadname(tn);
|
||||
if (sections_debug)
|
||||
dump_sched_info(name);
|
||||
|
||||
|
Reference in New Issue
Block a user