summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-23 20:43:42 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-23 20:54:05 +0100
commit5ac5fdf0bef95b12d90dfca7de23332211beb706 (patch)
tree59925890d82e0c5810f0c5e4416f88e4326e3914 /dynamicdevice.h
parente919a8339c29cd190fc4cd5a832317eb9f4451c6 (diff)
downloadvdr-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.h5
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);