X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmanager.h;h=f2c1b0d227699e06fa3fa4b5156a39ded3f3c4af;hb=1b8689f94983b47bf190e77ddb03a8fc6af15fb3;hp=14cdf81512878c6cdafdbd3040796ef58d7a8c70;hpb=bd8f585b9996667db89764ece1cacf37672e3223;p=elogind.git diff --git a/src/core/manager.h b/src/core/manager.h index 14cdf8151..f2c1b0d22 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -116,6 +116,9 @@ struct Manager { 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;