mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
neutrino: start sectionsd earlier to avoid waiting for it
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37ce4b2012
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1664,6 +1664,9 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
ZapStart_arg.uselastchannel = g_settings.uselastchannel;
|
||||
ZapStart_arg.video_mode = g_settings.video_Mode;
|
||||
|
||||
#ifndef DISABLE_SECTIONSD
|
||||
pthread_create (§ions_thread, NULL, sectionsd_main_thread, (void *) NULL);
|
||||
#endif
|
||||
CZapit::getInstance()->Start(&ZapStart_arg);
|
||||
|
||||
audioSetupNotifier = new CAudioSetupNotifier;
|
||||
@@ -1713,9 +1716,6 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
hintBox->hide(); //FIXME
|
||||
hintBox->paint();
|
||||
|
||||
#ifndef DISABLE_SECTIONSD
|
||||
pthread_create (§ions_thread, NULL, sectionsd_main_thread, (void *) NULL);
|
||||
#endif
|
||||
g_Zapit = new CZapitClient;
|
||||
|
||||
g_info.delivery_system = g_Zapit->getDeliverySystem();
|
||||
|
Reference in New Issue
Block a user