X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/109805bc36dda9d5bc9a8cff1a95091751d1dc40..d87e3beb37390b59d288ae1cb43d9f887754ed56:/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;