summaryrefslogtreecommitdiff
path: root/src/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-12-31 04:48:44 +0100
committerKay Sievers <kay@vrfy.org>2012-12-31 04:48:44 +0100
commit1edefa4f1d7bae6cc19aa4a97238400c5a04f7a4 (patch)
tree20acb3dde5ec7a3515bee87ebe6d39ba7751835b /src/udev/udev.h
parent6fe8ab6d57f24bcdbb18c8e40a3927090fbaeb0e (diff)
udev: in addition to DEVMODE, honor DEVUID, DEVGID from the uevent
Diffstat (limited to 'src/udev/udev.h')
-rw-r--r--src/udev/udev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/udev.h b/src/udev/udev.h
index 32779ba486..72a7623e34 100644
--- a/src/udev/udev.h
+++ b/src/udev/udev.h
@@ -49,7 +49,9 @@ struct udev_event {
bool sigterm;
bool inotify_watch;
bool inotify_watch_final;
+ bool group_set;
bool group_final;
+ bool owner_set;
bool owner_final;
bool mode_set;
bool mode_final;