X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcgroup.h;h=89854ff34ee0088a1ae3038fa437ee833a314e0a;hp=d6d5c86f10478345f99f40793cc89aa306b4ad25;hb=4ff21d85822b521ed6741ef88cb4aaa384539dec;hpb=4fbf50b38e847aaa2932ac542e20c62f0c1605a3 diff --git a/src/cgroup.h b/src/cgroup.h index d6d5c86f1..89854ff34 100644 --- a/src/cgroup.h +++ b/src/cgroup.h @@ -39,11 +39,12 @@ struct CGroupBonding { /* For the Manager::cgroup_bondings hashmap */ LIST_FIELDS(CGroupBonding, by_path); - /* When shutting down, remove cgroup? */ - bool clean_up:1; + /* When shutting down, remove cgroup? Are our own tasks the + * only ones in this group?*/ + bool ours:1; - /* When our tasks are the only ones in this group */ - bool only_us:1; + /* If we cannot create this group, or add a process to it, is this fatal? */ + bool essential:1; /* This cgroup is realized */ bool realized:1;