diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-23 20:43:42 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-23 20:54:05 +0100 |
commit | 5ac5fdf0bef95b12d90dfca7de23332211beb706 (patch) | |
tree | 59925890d82e0c5810f0c5e4416f88e4326e3914 /dynamicdevice.h | |
parent | e919a8339c29cd190fc4cd5a832317eb9f4451c6 (diff) | |
download | vdr-plugin-dynamite-5ac5fdf0bef95b12d90dfca7de23332211beb706.tar.gz vdr-plugin-dynamite-5ac5fdf0bef95b12d90dfca7de23332211beb706.tar.bz2 |
move reading of udev properties from the monitor to the attacher
Now they are recognized on devices present at startup.
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); |