summaryrefslogtreecommitdiff
path: root/epgd.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-01-02 17:01:16 +0100
committerhorchi <vdr@jwendel.de>2018-01-02 17:01:16 +0100
commit67c936be3377781ccf12868e6d9ca3b7859ee2a0 (patch)
treef216328536422c95cb7b636bfcd0cd8b6ac456c9 /epgd.h
parent8e7b2dba8e61966445416a239c9f54a84f91730d (diff)
downloadvdr-epg-daemon-67c936be3377781ccf12868e6d9ca3b7859ee2a0.tar.gz
vdr-epg-daemon-67c936be3377781ccf12868e6d9ca3b7859ee2a0.tar.bz2
2017-01-02: version 1.1.126 (ckone)\n - change: improved handling of reinstated events in merge procedure\n\n1.1.126
Diffstat (limited to 'epgd.h')
-rw-r--r--epgd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epgd.h b/epgd.h
index ad1d0b6..3a7b74b 100644
--- a/epgd.h
+++ b/epgd.h
@@ -202,6 +202,7 @@ class cEpgd : public cFrame, public cSystemNotification
int initDb();
int exitDb();
int migrateFromDbApi4();
+ int tryFillEmptyRecTableFields();
int checkProcedure(const char* name, cDBS::ProcType type, cDbProcedure* fp = 0);
int checkView(const char* name, const char* file);
int registerMe();
@@ -266,6 +267,7 @@ class cEpgd : public cFrame, public cSystemNotification
static int shutdown;
static int epgTrigger;
static int searchTimerTrigger;
+ static int recTableFixTrigger;
std::vector<PluginLoader*> plugins;