summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-10 22:06:44 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-10 22:06:44 +0100
commit7b3fd6313c4b07b6f822a9f979d0c22350a401d9 (patch)
tree936f7fa948b9d5eb2e417204108353c13e6485a9 /src/core/cgroup.h
parent0cd385d31814c8c1bc0c81d11ef321036b8b0921 (diff)
scope: make attachment of initial PIDs a bit more robust
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 16d661357b..7150e5e7e2 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -110,6 +110,7 @@ CGroupControllerMask unit_get_target_mask(Unit *u);
void unit_update_cgroup_members_masks(Unit *u);
int unit_realize_cgroup(Unit *u);
void unit_destroy_cgroup_if_empty(Unit *u);
+int unit_attach_pids_to_cgroup(Unit *u);
int manager_setup_cgroup(Manager *m);
void manager_shutdown_cgroup(Manager *m, bool delete);