X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/109805bc36dda9d5bc9a8cff1a95091751d1dc40..239220f7ef72fe65d5e2289b19b2a0a5cf21a40f:/lib/dvb/pmt.h?ds=sidebyside diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index eae05bb1..f34d761a 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -123,6 +123,8 @@ public: eventSOF, // seek pre start eventEOF, // a file playback did end + + eventMisconfiguration, // a channel was not found in any list, or no frontend was found which could provide this channel }; #ifndef SWIG Signal1 serviceEvent;