mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
neutrino: stop EIT read before zap
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3513f9830a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-02 (Tue, 02 Sep 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -58,6 +58,7 @@ struct sectionsd
|
||||
getIsScanningActive, // commandGetIsScanningActive
|
||||
getIsTimeSet, // commandGetIsTimeSet
|
||||
serviceChanged, // commandserviceChanged
|
||||
serviceStopped, // commandserviceChanged
|
||||
CMD_registerEvents, // commandRegisterEventClient
|
||||
CMD_unregisterEvents, // commandUnRegisterEventClient
|
||||
freeMemory, // commandFreeMemory
|
||||
|
@@ -161,6 +161,14 @@ void CSectionsdClient::setServiceChanged(const t_channel_id channel_id, const bo
|
||||
close_connection();
|
||||
}
|
||||
|
||||
void CSectionsdClient::setServiceStopped()
|
||||
{
|
||||
send(sectionsd::serviceStopped);
|
||||
|
||||
readResponse();
|
||||
close_connection();
|
||||
}
|
||||
|
||||
void CSectionsdClient::freeMemory()
|
||||
{
|
||||
send(sectionsd::freeMemory);
|
||||
|
@@ -182,6 +182,7 @@ class CSectionsdClient : private CBasicClient
|
||||
bool getIsTimeSet();
|
||||
void setPauseScanning(const bool doPause);
|
||||
void setServiceChanged(const t_channel_id channel_id, const bool requestEvent, int dnum = 0);
|
||||
void setServiceStopped();
|
||||
|
||||
bool getIsScanningActive();
|
||||
|
||||
|
Reference in New Issue
Block a user