chiark / gitweb /
core: refuse doing %h, %s, %U specifier resolving in PID 1
[elogind.git] / src / core / mount.h
index 22a14e1a3f9d98e74607bb3ba006e73ea7d2590f..a53423cc27bff97b171424e57dad47edc15798e7 100644 (file)
@@ -101,6 +101,8 @@ struct Mount {
         KillContext kill_context;
         CGroupContext cgroup_context;
 
+        ExecRuntime *exec_runtime;
+
         MountState state, deserialized_state;
 
         ExecCommand* control_command;