summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-02-08 23:30:36 +0100
committerJochen Dolze <vdr@dolze.de>2009-02-08 23:30:36 +0100
commite8c8bbc93ceec475299bb706a12e4fe67dcb0efa (patch)
tree0a19ed1139ba639f8621a7cfd0632e594471fe71 /global.h
parentd20403bc5ade47dea4241291f07b1b18910373e0 (diff)
downloadvdr-plugin-infosatepg-e8c8bbc93ceec475299bb706a12e4fe67dcb0efa.tar.gz
vdr-plugin-infosatepg-e8c8bbc93ceec475299bb706a12e4fe67dcb0efa.tar.bz2
Fixed bug reading setup parameters
Added NoDeferredShutdown option
Diffstat (limited to 'global.h')
-rw-r--r--global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/global.h b/global.h
index adc94ec..30395fb 100644
--- a/global.h
+++ b/global.h
@@ -134,6 +134,7 @@ public:
isyslog("infosatepg: wakeup set to %02i:%02i", hour,minute);
}
bool NoWakeup;
+ bool NoDeferredShutdown;
int WakeupTime()
{
return wakeuptime;