driver/scanepg.cpp: try to make zap for epg scan non-blocking

Origin commit data
------------------
Commit: 46980f524d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-08-12 (Mon, 12 Aug 2013)
This commit is contained in:
[CST] Focus
2013-08-12 13:35:32 +04:00
parent 2d9cfc3142
commit a559a71bda
2 changed files with 59 additions and 30 deletions

View File

@@ -31,7 +31,9 @@ class CEpgScan
private:
int current_bnum;
eit_scanmap_t scanmap;
t_channel_id next_chid;
std::set<transponder_id_t> scanned;
void Next();
CEpgScan();
public: