summaryrefslogtreecommitdiff
path: root/udev/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udev.h')
-rw-r--r--udev/udev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/udev.h b/udev/udev.h
index 23b720a468..6833e60d61 100644
--- a/udev/udev.h
+++ b/udev/udev.h
@@ -44,13 +44,14 @@ struct udev_event {
gid_t gid;
struct udev_list_node run_list;
int exec_delay;
+ bool inotify_watch;
+ bool inotify_watch_final;
bool group_final;
bool owner_final;
bool mode_final;
bool name_final;
bool devlink_final;
bool run_final;
- bool inotify_watch;
};
struct udev_watch {