diff options
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index 43df2c8..2f90a73 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -48,6 +48,11 @@ private: time_t getTSWatchdog; int getTSTimeout; bool restartSectionHandler; + const char *GetDevPath(void) const; + void ReadUdevProperties(void); + void InternSetGetTSTimeout(int Seconds); + void InternSetGetTSTimeoutHandlerArg(const char *Arg); + void InternSetLock(bool Lock); public: cDynamicDevice(); void DeleteSubDevice(void); |