summaryrefslogtreecommitdiff
path: root/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-08-11 20:33:17 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-08-11 20:37:49 +0200
commit79449642ebcb6170adb8d6391518e328a07d9552 (patch)
tree63583426345bbc26ec8f755a6edfc09482c9c0ab /udev/udev.h
parent2a30eaa452ad614c1957735fef47a7bc200db9cd (diff)
do not remove static nodes on module unload
Diffstat (limited to 'udev/udev.h')
-rw-r--r--udev/udev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/udev.h b/udev/udev.h
index 1f9650fc42..5aaf117a9c 100644
--- a/udev/udev.h
+++ b/udev/udev.h
@@ -53,6 +53,7 @@ struct udev_event {
bool owner_final;
bool mode_set;
bool mode_final;
+ bool static_node;
bool name_final;
bool devlink_final;
bool run_final;