From 5ac5fdf0bef95b12d90dfca7de23332211beb706 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Wed, 23 Feb 2011 20:43:42 +0100 Subject: move reading of udev properties from the monitor to the attacher Now they are recognized on devices present at startup. --- dynamicdevice.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dynamicdevice.h') 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); -- cgit v1.2.3