mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Merge remote-tracking branch 'check/cst-next'
Conflicts:
src/daemonc/remotecontrol.cpp
src/gui/luainstance.cpp
src/gui/movieplayer.cpp
src/gui/videosettings.cpp
src/neutrino.cpp
src/system/setting_helpers.cpp
src/zapit/src/zapit.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: d37b3c0f9a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-28 (Sun, 28 Dec 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -101,6 +101,7 @@ struct sectionsd
|
||||
int epg_extendedcache;
|
||||
// std::string network_ntpserver;
|
||||
// std::string epg_dir;
|
||||
int epg_save_frequently;
|
||||
};
|
||||
|
||||
};
|
||||
|
@@ -215,6 +215,7 @@ void CSectionsdClient::setConfig(const epg_config config)
|
||||
msg->network_ntprefresh = config.network_ntprefresh;
|
||||
msg->network_ntpenable = config.network_ntpenable;
|
||||
msg->epg_extendedcache = config.epg_extendedcache;
|
||||
msg->epg_save_frequently= config.epg_save_frequently;
|
||||
// config.network_ntpserver:
|
||||
strcpy(&pData[sizeof(sectionsd::commandSetConfig)], config.network_ntpserver.c_str());
|
||||
// config.epg_dir:
|
||||
|
@@ -171,6 +171,7 @@ class CSectionsdClient : private CBasicClient
|
||||
int network_ntpenable;
|
||||
int epg_extendedcache;
|
||||
std::string network_ntpserver;
|
||||
int epg_save_frequently;
|
||||
std::string epg_dir;
|
||||
} epg_config;
|
||||
|
||||
|
Reference in New Issue
Block a user