chiark / gitweb /
cdrom_id: fix recognition of blank media
[elogind.git] / udev_rules.h
index 556f55087d48c46aa277c8048b1032d07d8782cb..fe0f9dfbb5f0a2bf2e2f89ecd9834d3725799421 100644 (file)
@@ -84,19 +84,20 @@ 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;
 
        struct key name;
        struct key symlink;
+       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,