mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
neutrino: add EVT_BACK_ZAP_COMPLETE event for background epg scan zap
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user