mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The epg.data file is now read in a separate thread
This commit is contained in:
8
epg.h
8
epg.h
@@ -7,7 +7,7 @@
|
||||
* Original version (as used in VDR before 1.3.0) written by
|
||||
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
|
||||
*
|
||||
* $Id: epg.h 2.5 2011/02/25 14:14:38 kls Exp $
|
||||
* $Id: epg.h 2.6 2012/02/11 12:29:55 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __EPG_H
|
||||
@@ -213,6 +213,12 @@ public:
|
||||
const cSchedule *GetSchedule(const cChannel *Channel, bool AddIfMissing = false) const;
|
||||
};
|
||||
|
||||
class cEpgDataReader : public cThread {
|
||||
public:
|
||||
cEpgDataReader(void);
|
||||
virtual void Action(void);
|
||||
};
|
||||
|
||||
void ReportEpgBugFixStats(bool Reset = false);
|
||||
|
||||
#endif //__EPG_H
|
||||
|
Reference in New Issue
Block a user