X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e68a1617b7c1efbedf8b28309943dd7669daaad0..a7ed9db9532b7ac58dc3b923c0e3f9ee1789ddeb:/lib/dvb/scan.h diff --git a/lib/dvb/scan.h b/lib/dvb/scan.h index 9f0dd6ef..2f3ac34a 100644 --- a/lib/dvb/scan.h +++ b/lib/dvb/scan.h @@ -51,9 +51,9 @@ class eDVBScan: public Object, public iObject int m_channel_state; int m_ready, m_ready_all; - std::map m_corrected_frequencys; // yet just used for DVB-T - 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;