]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/service.h
core: split out cgroup specific state fields from Unit → CGroupRuntime
[thirdparty/systemd.git] / src / core / service.h
index 364cd6885b8759b9f6d2fc0553fd5985ffdf2f33..59598f77de66f9e32a694d5eb2000b5120eec9b9 100644 (file)
@@ -168,6 +168,8 @@ struct Service {
         /* Runtime data of the execution context */
         ExecRuntime *exec_runtime;
 
+        CGroupRuntime *cgroup_runtime;
+
         PidRef main_pid, control_pid;
 
         /* if we are a socket activated service instance, store information of the connection/peer/socket */