X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/25a8a62bada406cd8164704ff10ba922853fd39d..6f55cd01cf53108209c299e66c2fe189dc61a344:/lib/dvb/epgcache.h diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index 3c2b612b..eec08cc8 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -142,6 +142,7 @@ class eEPGCache: public eMainloop, private eThread, public Object channel_data(eEPGCache*); eEPGCache *cache; eTimer abortTimer, zapTimer; + int prevChannelState; __u8 state, isRunning, haveData, can_delete; ePtr channel; ePtr m_stateChangedConn, m_NowNextConn, m_ScheduleConn, m_ScheduleOtherConn; @@ -221,6 +222,7 @@ private: void DVBChannelRunning(iDVBChannel *); timeMap::iterator m_timemap_cursor, m_timemap_end; + int currentQueryTsidOnid; // needed for getNextTimeEntry.. only valid until next startTimeQuery call #endif // SWIG public: static eEPGCache *getInstance() { return instance; }