summaryrefslogtreecommitdiff
path: root/eit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-01-03 15:45:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-01-03 15:45:23 +0100
commit4743fc349ce4719585857ca58efcdb73c786ec53 (patch)
treef2948c5b6ddbdf6e2590d5d89bd7eb936eb69cdf /eit.h
parent3e05217a5fc53263199fafe05c46047e9e964709 (diff)
downloadvdr-4743fc349ce4719585857ca58efcdb73c786ec53.tar.gz
vdr-4743fc349ce4719585857ca58efcdb73c786ec53.tar.bz2
After a CLRE command, no further EPG processing is now done for 10 seconds
Diffstat (limited to 'eit.h')
-rw-r--r--eit.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/eit.h b/eit.h
index c57dd519..b5523728 100644
--- a/eit.h
+++ b/eit.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: eit.h 1.30 2003/12/21 14:51:50 kls Exp $
+ * $Id: eit.h 2.1 2010/01/03 15:28:34 kls Exp $
*/
#ifndef __EIT_H
@@ -13,10 +13,13 @@
#include "filter.h"
class cEitFilter : public cFilter {
+private:
+ static time_t disableUntil;
protected:
virtual void Process(u_short Pid, u_char Tid, const u_char *Data, int Length);
public:
cEitFilter(void);
+ static void SetDisableUntil(time_t Time);
};
#endif //__EIT_H