chiark / gitweb /
Prep v233: Unmask now needed functions in src/basic
[elogind.git] / src / basic / cgroup-util.h
index 73fce35a010c979b706e7e320e2634ae70e06053..ac115b4b75c06fcb2f610f4f432e9541f93c90ad 100644 (file)
@@ -254,16 +254,16 @@ bool cg_ns_supported(void);
 #endif // 0
 
 int cg_all_unified(void);
-int cg_unified(const char *controller);
-#if 0 /// UNNEEDED by elogind
-void cg_unified_flush(void);
+int cg_hybrid_unified(void);
+int cg_unified_controller(const char *controller);
+int cg_unified_flush(void);
 
+#if 0 /// UNNEEDED by elogind
 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);
-bool cg_is_legacy_systemd_controller_wanted(void);
+bool cg_is_hybrid_wanted(void);
 #endif // 0
 
 const char* cgroup_controller_to_string(CGroupController c) _const_;