X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fcgroup.h;h=786bd71c8ba2a16bd903b8a164a66e7c03a57d91;hb=15b4a7548f2e8f4e5dc0504b1c549edb0c7e0956;hp=96f1d9f7b6217a1601a29996884b14ff98a22145;hpb=4ad490007b70e6ac18d3cb04fa2ed92eba1451fa;p=elogind.git diff --git a/src/core/cgroup.h b/src/core/cgroup.h index 96f1d9f7b..786bd71c8 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);