]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount.h
core: split out cgroup specific state fields from Unit → CGroupRuntime
[thirdparty/systemd.git] / src / core / mount.h
index 6712c16811f226d7ca030fc6cb7ba489ff8e2558..a029dc87aca36473aa84787aebfd79c9994c33da 100644 (file)
@@ -79,6 +79,7 @@ struct Mount {
         CGroupContext cgroup_context;
 
         ExecRuntime *exec_runtime;
+        CGroupRuntime *cgroup_runtime;
 
         MountState state, deserialized_state;