summaryrefslogtreecommitdiff
path: root/eit.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-13 09:34:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-13 09:34:47 +0200
commit44cb1a79a5ef620f317102cdae4c4c8780f250af (patch)
tree8c1edf229258faf1d47dd8a9ea59710ee00e47f9 /eit.h
parenta19ea98ccebd17231be9c480fd187bdee1bf9fd1 (diff)
downloadvdr-44cb1a79a5ef620f317102cdae4c4c8780f250af.tar.gz
vdr-44cb1a79a5ef620f317102cdae4c4c8780f250af.tar.bz2
The SVDRP command PUTE now triggers an immediate write of the 'epg.data' file
Diffstat (limited to 'eit.h')
-rw-r--r--eit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/eit.h b/eit.h
index 33a49a0e..6ebd48f3 100644
--- a/eit.h
+++ b/eit.h
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.h 1.18 2002/08/25 10:38:34 kls Exp $
+ * $Id: eit.h 1.19 2002/10/13 09:28:06 kls Exp $
***************************************************************************/
#ifndef __EIT_H
@@ -138,6 +138,7 @@ private:
static cSchedules *schedules;
static cMutex schedulesMutex;
static const char *epgDataFileName;
+ static time_t lastDump;
bool masterSIProcessor;
int currentTransponder;
SIP_FILTER *filters;
@@ -160,6 +161,7 @@ public:
void SetStatus(bool On);
void SetCurrentTransponder(int CurrentTransponder);
static bool SetCurrentServiceID(unsigned short servid);
+ static void TriggerDump(void);
};
#endif