X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmount.h;h=072b0e044757d792aab0cdf7b13e05716ca8f50e;hb=f5b51ea7fcb0b6380c3ceb4d4f3f22f647c6fd32;hp=d6987e6fa199b34832e53a9ab04775dab679f6ec;hpb=7d54a03a877e9c3f3f3087401ac4ccc1e12c78ea;p=elogind.git diff --git a/src/core/mount.h b/src/core/mount.h index d6987e6fa..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,8 @@ struct Mount { bool just_mounted:1; bool just_changed:1; + bool reset_cpu_usage:1; + bool sloppy_options; MountResult result;