chiark / gitweb /
unit: save description/slice of transient units to /run
[elogind.git] / src / core / cgroup.h
index 96f1d9f7b6217a1601a29996884b14ff98a22145..786bd71c8ba2a16bd903b8a164a66e7c03a57d91 100644 (file)
@@ -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);