summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorKaushal M <kaushal@redhat.com>2012-04-11 17:04:15 +0530
committerVijay Bellur <vijay@gluster.com>2012-04-17 06:21:05 -0700
commit79620e8f63148b1ad7d8180da46176a759435590 (patch)
tree5d95855cb4cd33f24a1451e3aa7dd99c82bfe945 /cli/src/cli.h
parent4359d00fcb17d22ef487bff34943475c77194692 (diff)
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 <kaushal@redhat.com> Reviewed-on: http://review.gluster.com/3130 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h2
1 files changed, 2 insertions, 0 deletions
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;