diff options
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index ae0cb21..175d6e3 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -39,6 +39,7 @@ private: static int idleTimeoutMinutes; static int idleWakeupHours; static cString *idleHook; + static cString *attachHook; static int numDynamicDevices; static cMutex arrayMutex; |