chiark / gitweb /
core: add startup resource control option
[elogind.git] / src / core / manager.h
index a3de351a8c4912658735b039c62824fc790684c3..ab4cafc3aee182fc228621a7d90f15c4e3c3a9f5 100644 (file)
@@ -116,6 +116,9 @@ struct Manager {
         Hashmap *watch_pids1;  /* pid => Unit object n:1 */
         Hashmap *watch_pids2;  /* pid => Unit object n:1 */
 
         Hashmap *watch_pids1;  /* pid => Unit object n:1 */
         Hashmap *watch_pids2;  /* pid => Unit object n:1 */
 
+        /* A set contains all units which cgroup should be refreshed after startup */
+        Set *startup_units;
+
         /* A set which contains all currently failed units */
         Set *failed_units;
 
         /* A set which contains all currently failed units */
         Set *failed_units;