chiark / gitweb /
add link_priority to rule options, and store it in database
[elogind.git] / udev.h
diff --git a/udev.h b/udev.h
index 7fc7fd3b82acf670ea727c6a38564294d8966805..31542243e2a4188a28be75d975b7ec57abb73097 100644 (file)
--- a/udev.h
+++ b/udev.h
@@ -86,6 +86,7 @@ struct udevice {
        int ignore_device;
        int ignore_remove;
        char program_result[PATH_SIZE];
+       int link_priority;
        int test_run;
 };