summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-17 17:13:52 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-17 17:58:43 +0200
commit9b00a533195b7fec54a791ca02090e0799214770 (patch)
treee90897324ef71839af2201590541a8f623fae386 /src/basic/cgroup-util.h
parent1981059eaccd58a641074a7c78c0dcec52eabfb2 (diff)
Prep v233: Unmask now needed functions in src/basic
Diffstat (limited to 'src/basic/cgroup-util.h')
-rw-r--r--src/basic/cgroup-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/cgroup-util.h b/src/basic/cgroup-util.h
index d8b6ef3dc..ac115b4b7 100644
--- a/src/basic/cgroup-util.h
+++ b/src/basic/cgroup-util.h
@@ -253,12 +253,12 @@ int cg_kernel_controllers(Set *controllers);
bool cg_ns_supported(void);
#endif // 0
-#if 0 /// UNNEEDED by elogind
int cg_all_unified(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);