chiark / gitweb /
manager: do not print timing when running in test mode
[elogind.git] / src / core / mount.h
index 22a14e1a3f9d98e74607bb3ba006e73ea7d2590f..2dcb663cb142fcef439b57a6e1b068eb24ee1391 100644 (file)
@@ -88,6 +88,8 @@ struct Mount {
         bool just_mounted:1;
         bool just_changed:1;
 
+        bool sloppy_options;
+
         MountResult result;
         MountResult reload_result;
 
@@ -101,6 +103,8 @@ struct Mount {
         KillContext kill_context;
         CGroupContext cgroup_context;
 
+        ExecRuntime *exec_runtime;
+
         MountState state, deserialized_state;
 
         ExecCommand* control_command;