From fa776d8e962da9d90459e2f3e86a2a0c6366ee12 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Jul 2010 21:01:42 +0200 Subject: cgls: beef up control group dumping and introduce cgls tool --- src/cgroup-show.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cgroup-show.h') diff --git a/src/cgroup-show.h b/src/cgroup-show.h index 3def2f3095..1f0c319054 100644 --- a/src/cgroup-show.h +++ b/src/cgroup-show.h @@ -22,6 +22,7 @@ along with systemd; If not, see . ***/ -void show_cgroup(const char *name, const char *prefix, unsigned columns); +int show_cgroup(const char *name, const char *prefix, unsigned columns); +int show_cgroup_recursive(const char *name, const char *prefix, unsigned columns); #endif -- cgit v1.2.3-54-g00ecf