mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
neutrinoMessages.h, rcinput.cpp: add NeutrinoMessages::EVT_EIT_COMPLETE
This commit is contained in:
@@ -914,6 +914,12 @@ printf("[neutrino] CSectionsdClient::EVT_GOT_CN_EPG\n");
|
||||
*msg = NeutrinoMessages::EVT_SI_FINISHED;
|
||||
*data = 0;
|
||||
break;
|
||||
case CSectionsdClient::EVT_EIT_COMPLETE:
|
||||
printf("[neutrino] CSectionsdClient::EVT_EIT_COMPLETE\n");
|
||||
*msg = NeutrinoMessages::EVT_EIT_COMPLETE;
|
||||
*data = (neutrino_msg_data_t) p;
|
||||
dont_delete_p = true;
|
||||
break;
|
||||
#if 0
|
||||
case CSectionsdClient::EVT_SERVICES_UPDATE:
|
||||
*msg = NeutrinoMessages::EVT_SERVICES_UPD;
|
||||
|
@@ -147,7 +147,9 @@ struct NeutrinoMessages {
|
||||
EVT_TUNE_COMPLETE = CRCInput::RC_WithData + 22, /* data: (t_channel_id *) */
|
||||
|
||||
/* neutrino */
|
||||
EVT_RECORDING_ENDED = CRCInput::RC_WithData + 23
|
||||
EVT_RECORDING_ENDED = CRCInput::RC_WithData + 23,
|
||||
/* sectionsd */
|
||||
EVT_EIT_COMPLETE = CRCInput::RC_WithData + 24, /* data: (t_channel_id *) */
|
||||
};
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user