mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
Pass channed if with CTimerd::RecordingStopInfo
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1563 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 13cc2264d7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-07-21 (Thu, 21 Jul 2011)
This commit is contained in:
@@ -135,6 +135,7 @@ class CTimerd
|
|||||||
struct RecordingStopInfo
|
struct RecordingStopInfo
|
||||||
{
|
{
|
||||||
int eventID;
|
int eventID;
|
||||||
|
t_channel_id channel_id;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct responseGetTimer
|
struct responseGetTimer
|
||||||
|
@@ -1202,6 +1202,7 @@ void CTimerEvent_Record::stopEvent()
|
|||||||
CTimerd::RecordingStopInfo stopinfo;
|
CTimerd::RecordingStopInfo stopinfo;
|
||||||
// Set EPG-ID if not set
|
// Set EPG-ID if not set
|
||||||
stopinfo.eventID = eventID;
|
stopinfo.eventID = eventID;
|
||||||
|
stopinfo.channel_id = eventInfo.channel_id;
|
||||||
CTimerManager::getInstance()->getEventServer()->sendEvent(CTimerdClient::EVT_RECORD_STOP,
|
CTimerManager::getInstance()->getEventServer()->sendEvent(CTimerdClient::EVT_RECORD_STOP,
|
||||||
CEventServer::INITID_TIMERD,
|
CEventServer::INITID_TIMERD,
|
||||||
&stopinfo,
|
&stopinfo,
|
||||||
|
Reference in New Issue
Block a user