X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f3078c3363b29cdb8ccf05cbb251392966137977..3a65450f335f7b831cf8a01267fa43c6c19bfc58:/lib/dvb/scan.h diff --git a/lib/dvb/scan.h b/lib/dvb/scan.h index 38ac784f..2f3ac34a 100644 --- a/lib/dvb/scan.h +++ b/lib/dvb/scan.h @@ -50,8 +50,10 @@ class eDVBScan: public Object, public iObject /* scan state variables */ int m_channel_state; int m_ready, m_ready_all; - + std::map > m_new_channels; + std::map m_tuner_data; // data read from tuner for every new channel + std::map > m_new_services; std::map >::iterator m_last_service;