neutrino: add EVT_BACK_ZAP_COMPLETE event for background epg scan zap

This commit is contained in:
[CST] Focus
2013-08-12 13:32:43 +04:00
parent 322db8b591
commit f210a8c048
3 changed files with 8 additions and 2 deletions

View File

@@ -150,6 +150,7 @@ struct NeutrinoMessages {
EVT_RECORDING_ENDED = CRCInput::RC_WithData + 23,
/* sectionsd */
EVT_EIT_COMPLETE = CRCInput::RC_WithData + 24, /* data: (t_channel_id *) */
EVT_BACK_ZAP_COMPLETE = CRCInput::RC_WithData + 25, /* data: (t_channel_id *) */
};
enum
{