summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index fbc44d7..ed1a352 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -37,10 +37,12 @@ public:
static eDynamicDeviceReturnCode SetLockDevice(const char *DevPath, bool Lock);
static eDynamicDeviceReturnCode SetGetTSTimeout(const char *DevPath, int Seconds);
static void SetDefaultGetTSTimeout(int Seconds);
+ static eDynamicDeviceReturnCode SetGetTSTimeoutHandlerArg(const char *DevPath, const char *Arg);
static bool IsAttached(const char *DevPath);
private:
int index;
cString *devpath;
+ cString *getTSTimeoutHandlerArg;
bool isDetachable;
time_t getTSWatchdog;
int getTSTimeout;