X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount.h;h=072b0e044757d792aab0cdf7b13e05716ca8f50e;hb=a3b23257872fe2f8cf99aa2da008f55ada583bb3;hp=a53423cc27bff97b171424e57dad47edc15798e7;hpb=613b411c947635136637f8cdd66b94512f761eab;p=elogind.git diff --git a/src/core/mount.h b/src/core/mount.h index a53423cc2..072b0e044 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -23,10 +23,8 @@ typedef struct Mount Mount; -#include "unit.h" #include "kill.h" #include "execute.h" -#include "cgroup.h" typedef enum MountState { MOUNT_DEAD, @@ -88,6 +86,10 @@ struct Mount { bool just_mounted:1; bool just_changed:1; + bool reset_cpu_usage: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;