diff options
Diffstat (limited to 'src/udev/udev.h')
-rw-r--r-- | src/udev/udev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/udev/udev.h b/src/udev/udev.h index 2093af16bf..c8ee2feede 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; |