X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=mount.h;h=2f90226051ceff7627fe03676a22617679cbe4ef;hp=9a8079f48d102bed52183341a85ad02a70f2e86f;hb=f3bff0eb3bc65de3b74286415a996af9556333af;hpb=f50e0a012340fa8dfe6ec7f0cd869f5f3a052d7a diff --git a/mount.h b/mount.h index 9a8079f48..2f9022605 100644 --- a/mount.h +++ b/mount.h @@ -25,8 +25,15 @@ struct Mount { bool from_etc_fstab:1; bool from_proc_self_mountinfo:1; + + /* Used while looking for mount points that vanished or got + * added from/to /proc/self/mountinfo */ + bool still_exists:1; + bool just_created:1; }; extern const UnitVTable mount_vtable; +void mount_fd_event(Manager *m, int events); + #endif