chiark / gitweb /
missing.h: add vxlan netlink properties
[elogind.git] / src / basic / cgroup-util.h
index f78f2355bc1717056dde63212af9012be91a3014..ea74df4e63ed9be28889d00cd896c456271e8b6a 100644 (file)
@@ -253,18 +253,14 @@ int cg_kernel_controllers(Set *controllers);
 bool cg_ns_supported(void);
 #endif // 0
 
-#if 0 /// UNNEEDED by elogind
-bool cg_all_unified(void);
-bool cg_hybrid_unified(void);
-bool cg_unified(const char *controller);
+int cg_all_unified(void);
+int cg_hybrid_unified(void);
+int cg_unified_controller(const char *controller);
 int cg_unified_flush(void);
 
 bool cg_is_unified_wanted(void);
-#endif // 0
 bool cg_is_legacy_wanted(void);
-#if 0 /// UNNEEDED by elogind
-bool cg_is_unified_systemd_controller_wanted(void);
-#endif // 0
+bool cg_is_hybrid_wanted(void);
 
 const char* cgroup_controller_to_string(CGroupController c) _const_;
 CGroupController cgroup_controller_from_string(const char *s) _pure_;