diff options
Diffstat (limited to 'dynamicdevice.c')
-rw-r--r-- | dynamicdevice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamicdevice.c b/dynamicdevice.c index 349c944..c694313 100644 --- a/dynamicdevice.c +++ b/dynamicdevice.c @@ -10,6 +10,7 @@ int cDynamicDevice::defaultGetTSTimeout = 0; int cDynamicDevice::idleTimeoutMinutes = 0; int cDynamicDevice::idleWakeupHours = 0; cString *cDynamicDevice::idleHook = NULL; +cString *cDynamicDevice::attachHook = NULL; cDvbDeviceProbe *cDynamicDevice::dvbprobe = NULL; bool cDynamicDevice::enableOsdMessages = false; int cDynamicDevice::numDynamicDevices = 0; |