chiark / gitweb /
add option to RUN key to ignore the return value of the program
[elogind.git] / udev_rules.h
index 682bedac01fbfb3e42c0271d6c395693a5303f2c..038f6da84d6e0ca07c74c4c075db4fec210eb435 100644 (file)
@@ -99,6 +99,7 @@ struct udev_rule {
        unsigned int link_priority;
        unsigned int partitions;
        unsigned int last_rule:1,
+                    run_ignore_error:1,
                     ignore_device:1,
                     ignore_remove:1;