X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fed93ee95ab650551d8ef5d0d03e4e57b7f058cc..9e4a418c7ce0e0281ca8c06be4ee92a48eaab87a:/lib/dvb/pmt.h 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;