diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-02-05 13:09:24 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-02-05 13:09:24 +0100 |
commit | e1e34f97b97f51cd724cc44b41bfb160f1867d18 (patch) | |
tree | 3cc55a01637565fee4a0f8eb0cd0bd6153c1558a /dynamicdevice.h | |
parent | 27d7bed52e5e9a9913de84170d8521c9dfd7fc03 (diff) | |
download | vdr-plugin-dynamite-e1e34f97b97f51cd724cc44b41bfb160f1867d18.tar.gz vdr-plugin-dynamite-e1e34f97b97f51cd724cc44b41bfb160f1867d18.tar.bz2 |
add udev attribute dynamite_sources which will limit the reception of the device to the given sources
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r-- | dynamicdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h index 881a1ce..efb44cc 100644 --- a/dynamicdevice.h +++ b/dynamicdevice.h @@ -72,6 +72,7 @@ private: bool subDeviceIsReady; cString *devpath; cString *udevRemoveSyspath; + cString *udevProvidesSources; cString *getTSTimeoutHandlerArg; bool isDetachable; time_t getTSWatchdog; |