From 79620e8f63148b1ad7d8180da46176a759435590 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 11 Apr 2012 17:04:15 +0530 Subject: cli: Fix for "volume status all" Fixes output of "volume status all" when some volumes are stopped and some changes to xml output. Change-Id: I77938422c0258bb69e32b54c23df1225474532bc BUG: 811539 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.com/3130 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Vijay Bellur --- cli/src/cli.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index 2a24378ff..f0048beae 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -128,6 +128,8 @@ struct cli_local { } get_vol; dict_t *dict; + /* Marker for volume status all */ + gf_boolean_t all; #if (HAVE_LIB_XML) xmlTextWriterPtr writer; xmlBufferPtr buf; -- cgit