diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-16 15:16:08 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-16 15:16:08 +0100 |
commit | 2dbb47f8606d18b14e981fb5cf245e8aaaad2de1 (patch) | |
tree | 7935d01e23f4f5b7305292a98685f491d75549ab /udev.h | |
parent | fc6da921ad3bcb251aa317376e81701700e925c9 (diff) |
add link_priority to rule options, and store it in database
Diffstat (limited to 'udev.h')
-rw-r--r-- | udev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ struct udevice { int ignore_device; int ignore_remove; char program_result[PATH_SIZE]; + int link_priority; int test_run; }; |