diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-05-23 21:22:59 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-05-23 21:22:59 +0200 |
commit | 914af2494259e1cac350e4379da3f1639797a871 (patch) | |
tree | f65e0bed50eec23acf09805f1cdda245cf4f91e6 /dynamicdevice.h | |
parent | 10d78a85a5e85170979b7695704203de86f17ad3 (diff) | |
download | vdr-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.h | 2 |
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); |