diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-10 01:15:50 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-10 01:15:50 +0100 |
commit | ae8c622c7d0d8874cfcd6466ba8df454f0e07794 (patch) | |
tree | 6055e79f0e0ecb6fd6a4bcfa451b931fab507287 /dynamite.c | |
parent | cad49874dc168a01fe63021329962309bbb8aed1 (diff) | |
download | vdr-plugin-dynamite-ae8c622c7d0d8874cfcd6466ba8df454f0e07794.tar.gz vdr-plugin-dynamite-ae8c622c7d0d8874cfcd6466ba8df454f0e07794.tar.bz2 |
add parsing of watchdog timeout set by udev rule
Diffstat (limited to 'dynamite.c')
-rw-r--r-- | dynamite.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "dynamicdevice.h" #include "monitor.h" -static const char *VERSION = "0.0.5e"; +static const char *VERSION = "0.0.5f"; static const char *DESCRIPTION = "attach/detach devices on the fly"; static const char *MAINMENUENTRY = NULL; @@ -76,6 +76,7 @@ public: cPluginDynamite::cPluginDynamite(void) { + cDynamicDevice::dynamite = this; cDynamicDevice::dvbprobe = new cDynamiteDvbDeviceProbe; // make sure we're the first one you cares for dvbdevices cDvbDeviceProbe *firstDvbProbe = DvbDeviceProbes.First(); |