chiark / gitweb /
cgroups: Cache controller masks and optimize queues.
[elogind.git] / src / core / unit.h
index c58202bf0f00cab81841114d1a8a2ffb7bc678bc..5b4f86c58470d96efd7ee4f9b4de2b4130275a19 100644 (file)
@@ -175,6 +175,7 @@ struct Unit {
         /* Counterparts in the cgroup filesystem */
         char *cgroup_path;
         CGroupControllerMask cgroup_mask;
+        CGroupControllerMask cgroup_members_mask;
 
         UnitRef slice;