summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-16 15:16:08 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-03-16 15:16:08 +0100
commit2dbb47f8606d18b14e981fb5cf245e8aaaad2de1 (patch)
tree7935d01e23f4f5b7305292a98685f491d75549ab /udev.h
parentfc6da921ad3bcb251aa317376e81701700e925c9 (diff)
add link_priority to rule options, and store it in database
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev.h b/udev.h
index 7fc7fd3b82..31542243e2 100644
--- 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;
};