chiark / gitweb /
man: clarify $attr{} parent searching
[elogind.git] / udev_rules.h
index 0ad4ec3271b4446465c37b0d1dde2d721802487b..fe0f9dfbb5f0a2bf2e2f89ecd9834d3725799421 100644 (file)
@@ -84,7 +84,7 @@ struct udev_rule {
        struct key test;
        mode_t test_mode_mask;
        struct key run;
-       struct key wait_for_sysfs;
+       struct key wait_for;
        struct key label;
        struct key goto_label;
 
@@ -93,11 +93,11 @@ struct udev_rule {
        struct key symlink_match;
        struct key owner;
        struct key group;
-       mode_t mode;
-       enum key_operation mode_operation;
+       struct key mode;
        enum escape_type string_escape;
 
        unsigned int link_priority;
+       int event_timeout;
        unsigned int partitions;
        unsigned int last_rule:1,
                     run_ignore_error:1,