chiark / gitweb /
mount: monitor for utab changes with inotify
[elogind.git] / src / core / manager.h
index 02535023a32e1e4aeab799c9559c5839f5e64294..ab75f902e58092e5dc8c2496b05eef4629b02271 100644 (file)
@@ -182,6 +182,8 @@ struct Manager {
         /* Data specific to the mount subsystem */
         FILE *proc_self_mountinfo;
         sd_event_source *mount_event_source;
+        int utab_inotify_fd;
+        sd_event_source *mount_utab_event_source;
 
         /* Data specific to the swap filesystem */
         FILE *proc_swaps;