X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c0b2f8915fe21e99215dc97b4483f3e8a993a7ff..e448808c8c2faf89397318e61fd83259835d1977:/lib/dvb/frontend.h diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h index 81334886..b6e3b6a4 100644 --- a/lib/dvb/frontend.h +++ b/lib/dvb/frontend.h @@ -84,6 +84,8 @@ private: char m_sec_filename[128]; #endif FRONTENDPARAMETERS parm; + int m_cur_orbpos; // only valid when this is a DVB-S tuner + int m_cur_pol; // only valid when this is a DVB-S tuner int m_state; ePtr m_sec; ePtr m_sn;