chiark / gitweb /
logind: add infrastructure to keep track of machines, and move to slices
[elogind.git] / src / core / manager.h
index dcc4ebed923ea60b585efe9d299eceb1daba8320..e21c8f7abf93d2fe5618e21acb4c25d1d49c3799 100644 (file)
@@ -199,7 +199,7 @@ struct Manager {
 
         /* Data specific to the cgroup subsystem */
         Hashmap *cgroup_bondings; /* path string => CGroupBonding object 1:n */
-        char *cgroup_hierarchy;
+        char *cgroup_root;
 
         usec_t gc_queue_timestamp;
         int gc_marker;