aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-15 22:24:28 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-15 22:24:28 +0000
commit8b7bd9c03984b5f534a0c50561621c1368d926da (patch)
tree20b30e9f0684f321cc58e4e98d132a25123b382c /lib/dvb/frontend.h
parentacd4a0e33549fcc02655dc50269dda173196c5a3 (diff)
downloadenigma2-8b7bd9c03984b5f534a0c50561621c1368d926da.tar.gz
enigma2-8b7bd9c03984b5f534a0c50561621c1368d926da.zip
take care for disabled -C -T frontends
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index 0bef95d1..d2070e96 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -38,6 +38,7 @@ class eSecCommandList;
class eDVBFrontend: public iDVBFrontend, public Object
{
DECLARE_REF(eDVBFrontend);
+ bool m_enabled;
int m_type;
int m_dvbid;
int m_slotid;