summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-06-30 23:55:36 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-01 00:17:59 +0200
commit0a1eb06d9aacc1f007be04c4133031e0acc91cdd (patch)
tree3fb704bdbc84b5339ed7cbc568d46ec1e503bb98 /src/core/cgroup.h
parent1e158d273bb63883566358cbb886cd4167421df6 (diff)
cgroup: readd proper cgroup empty tracking
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 96f1d9f7b6..786bd71c8b 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -97,7 +97,7 @@ void cgroup_context_free_device_allow(CGroupContext *c, CGroupDeviceAllow *a);
void cgroup_context_free_blockio_device_weight(CGroupContext *c, CGroupBlockIODeviceWeight *w);
void cgroup_context_free_blockio_device_bandwidth(CGroupContext *c, CGroupBlockIODeviceBandwidth *b);
-void unit_realize_cgroup(Unit *u);
+int unit_realize_cgroup(Unit *u);
void unit_destroy_cgroup(Unit *u);
int manager_setup_cgroup(Manager *m);