fix channel state handling
[enigma2.git] / lib / dvb / epgcache.h
index fe461d9db1a46f90aaf5591f320986f9e315b8de..eec08cc83f4883430d9973d6d05442242bb8a4fe 100644 (file)
@@ -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<eDVBChannel> channel;
                ePtr<eConnection> m_stateChangedConn, m_NowNextConn, m_ScheduleConn, m_ScheduleOtherConn;