summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2012-05-23 21:22:59 +0200
committerLars Hanisch <dvb@flensrocker.de>2012-05-23 21:22:59 +0200
commit914af2494259e1cac350e4379da3f1639797a871 (patch)
treef65e0bed50eec23acf09805f1cdda245cf4f91e6 /dynamicdevice.h
parent10d78a85a5e85170979b7695704203de86f17ad3 (diff)
downloadvdr-plugin-dynamite-914af2494259e1cac350e4379da3f1639797a871.tar.gz
vdr-plugin-dynamite-914af2494259e1cac350e4379da3f1639797a871.tar.bz2
add udev attribute dynamite_attach_delay_preopenv0.0.9f
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index a8a88fd..274ba69 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -53,7 +53,7 @@ public:
///< Returns the total number of dynamic devices.
static cDynamicDevice *GetDynamicDevice(int Index);
static bool ProcessQueuedCommands(void);
- static int GetUdevAttributesForAttach(const char *DevPath, int &CardIndex, int &AttachDelay);
+ static int GetUdevAttributesForAttach(const char *DevPath, int &CardIndex, int &AttachDelay, bool &AttachDelayPreopen);
static void DetachAllDevices(bool Force);
static cString ListAllDevices(int &ReplyCode); // for SVDRP command LSTD
static cString AttachDevicePattern(const char *Pattern);