chiark / gitweb /
Add mounting of a name=elogind cgroup if no init controller is found.
[elogind.git] / src / basic / cgroup-util.h
index f14fc3705303060bd41e6a66409eb8b543cb436c..9743559579df9f8861d9b430ba01dba0b7555289 100644 (file)
@@ -155,7 +155,7 @@ int cg_unified(void);
 // UNNEEDED void cg_unified_flush(void);
 
 // UNNEEDED bool cg_is_unified_wanted(void);
-// UNNEEDED bool cg_is_legacy_wanted(void);
+bool cg_is_legacy_wanted(void);
 
 const char* cgroup_controller_to_string(CGroupController c) _const_;
 CGroupController cgroup_controller_from_string(const char *s) _pure_;