From 30edf1161600fe1b18f30264f05b4f602eb0e8a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 May 2012 01:48:40 +0200 Subject: cgtop: change default depth to 3 https://bugs.freedesktop.org/show_bug.cgi?id=49778 --- src/cgtop/cgtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgtop') diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index cc7a99f3df..ddb57094b1 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -54,7 +54,7 @@ typedef struct Group { uint64_t io_input_bps, io_output_bps; } Group; -static unsigned arg_depth = 2; +static unsigned arg_depth = 3; static usec_t arg_delay = 1*USEC_PER_SEC; static enum { -- cgit v1.2.3-54-g00ecf