chiark / gitweb /
move rule matches to function
[elogind.git] / udev_rules.h
index bad8406cf486ba84ad766f2cb0ddddbe5c35634e..14e40abc2ca4c5b34ee04f7a101db61081ecc637 100644 (file)
@@ -77,7 +77,7 @@ struct key_pair {
 struct udev_rule {
        struct list_head node;
 
-       char kernel[NAME_SIZE];
+       char kernel_name[NAME_SIZE];
        enum key_operation kernel_operation;
        char subsystem[NAME_SIZE];
        enum key_operation subsystem_operation;