summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-19 15:36:56 -0500
committerSven Eden <yamakuzure@gmx.net>2017-07-17 17:58:36 +0200
commit98b626ac20d3f24be8a5f3755db8f1e7b611bad4 (patch)
treeda8b99eae7c38c6891f0a04f192d06e03a61cec8 /src/basic/cgroup-util.h
parent75f87c0c51997508efc2c5a08049aa5952b39fee (diff)
Rename cg_is_unified_elogind_controller_wanted to cg_is_hybrid_wanted
Less typing and doesn't make the table so incredibly wide.
Diffstat (limited to 'src/basic/cgroup-util.h')
-rw-r--r--src/basic/cgroup-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/basic/cgroup-util.h b/src/basic/cgroup-util.h
index 5fbea23d0..33b7ba7f4 100644
--- a/src/basic/cgroup-util.h
+++ b/src/basic/cgroup-util.h
@@ -255,6 +255,7 @@ bool cg_ns_supported(void);
#if 0 /// UNNEEDED by elogind
bool cg_all_unified(void);
+bool cg_hybrid_unified(void);
bool cg_unified(const char *controller);
int cg_unified_flush(void);
@@ -262,7 +263,7 @@ 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_hybrid_wanted(void);
#endif // 0
const char* cgroup_controller_to_string(CGroupController c) _const_;