summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-11 13:41:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-11 13:41:29 +0100
commit2772964f99e7b14888d1faf4a2d3915e54f3e924 (patch)
tree07e36d6e8290ac3f2099a7ac31cf020c454b1670 /epg.h
parentb3891d831901da5e6ced3c022a3245a8f9f0bed7 (diff)
downloadvdr-2772964f99e7b14888d1faf4a2d3915e54f3e924.tar.gz
vdr-2772964f99e7b14888d1faf4a2d3915e54f3e924.tar.bz2
The epg.data file is now read in a separate thread
Diffstat (limited to 'epg.h')
-rw-r--r--epg.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/epg.h b/epg.h
index e5f4bdae..9d6b605b 100644
--- a/epg.h
+++ b/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