chiark / gitweb /
Rename cg_is_unified_elogind_controller_wanted to cg_is_hybrid_wanted
[elogind.git] / src / basic / cgroup-util.c
index 057d8478d8ddbb393fb45c45302df98afebf0913..ad412235347b6376dc9336c31e6505236a460dc4 100644 (file)
@@ -2498,7 +2498,7 @@ bool cg_is_legacy_wanted(void) {
         return !cg_is_unified_wanted();
 }
 
-bool cg_is_unified_systemd_controller_wanted(void) {
+bool cg_is_hybrid_wanted(void) {
         static thread_local int wanted = -1;
         int r;
         bool b;