summaryrefslogtreecommitdiff
path: root/udev_rules.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-04-21 19:00:54 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-04-21 19:00:54 +0200
commitbf50425b58da6f112197f79241dd6d64af2e9ea7 (patch)
tree2e3f961beaff4d62404ae9191c4c8a996f608cbc /udev_rules.h
parent6b795c99e00c92dd29abafcc1022cace7bbcb795 (diff)
add OPTIONS+="event_timeout=<seconds>"
Diffstat (limited to 'udev_rules.h')
-rw-r--r--udev_rules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev_rules.h b/udev_rules.h
index a84b0de837..da5ac3ea18 100644
--- a/udev_rules.h
+++ b/udev_rules.h
@@ -97,6 +97,7 @@ struct udev_rule {
enum escape_type string_escape;
unsigned int link_priority;
+ int event_timeout;
unsigned int partitions;
unsigned int last_rule:1,
run_ignore_error:1,