X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount.h;h=d6987e6fa199b34832e53a9ab04775dab679f6ec;hb=821d4b6e068b2afaad94d43db22171c34a30400e;hp=a53423cc27bff97b171424e57dad47edc15798e7;hpb=613b411c947635136637f8cdd66b94512f761eab;p=elogind.git diff --git a/src/core/mount.h b/src/core/mount.h index a53423cc2..d6987e6fa 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -88,6 +88,8 @@ struct Mount { bool just_mounted:1; bool just_changed:1; + bool sloppy_options; + MountResult result; MountResult reload_result; @@ -110,6 +112,8 @@ struct Mount { pid_t control_pid; sd_event_source *timer_event_source; + + unsigned n_retry_umount; }; extern const UnitVTable mount_vtable;