From a4464b952238cdcdab64f3dadb288700dcd25065 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 19 Feb 2017 15:36:56 -0500 Subject: Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wanted Less typing and doesn't make the table so incredibly wide. --- src/basic/cgroup-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/basic/cgroup-util.c') diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c index f80b6cacfb..0b8bda89ea 100644 --- a/src/basic/cgroup-util.c +++ b/src/basic/cgroup-util.c @@ -2432,7 +2432,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; -- cgit v1.2.3-54-g00ecf