summaryrefslogtreecommitdiff
path: root/src/cgroup-show.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-08 21:01:42 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-08 21:01:42 +0200
commitfa776d8e962da9d90459e2f3e86a2a0c6366ee12 (patch)
treec75cc3cb9343a53d55741983c317ee8d414f8f0a /src/cgroup-show.h
parentab35fb1bc68625c891a19a66473a9c40ca12e69d (diff)
cgls: beef up control group dumping and introduce cgls tool
Diffstat (limited to 'src/cgroup-show.h')
-rw-r--r--src/cgroup-show.h3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
***/
-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