display serviername in ServiceInfo
[enigma2.git] / lib / dvb / pmt.h
index beafc5af36073ad15382b9cbbc82a8454703d243..a60f37b26354f1082d6da19db3f44931ec2f1c15 100644 (file)
@@ -75,6 +75,7 @@ public:
        enum
        {
                eventNoResources,  // a requested resource couldn't be allocated
+               eventTuneFailed,   // tune failed
                eventNoPAT,        // no pat could be received (timeout)
                eventNoPATEntry,   // no pat entry for the corresponding SID could be found
                eventNoPMT,        // no pmt could be received (timeout)
@@ -103,6 +104,7 @@ public:
                std::vector<audioStream> audioStreams;
                // ca info
                int pcrPid;
+               int pmtPid;
        };
        
        int getProgramInfo(struct program &program);