summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorKaushal M <kaushal@redhat.com>2012-08-13 18:57:20 +0530
committerAnand Avati <avati@redhat.com>2012-08-20 00:16:38 -0700
commit7bf3723fba2dc7d2896fc2a6e5b5f65db0b8c179 (patch)
treea632e5506bc672a86e18cedd848461c6f20aa92c /cli/src/cli.h
parent2f2e3bfb5ef89b5ba266a3df7496f95b11fb93e1 (diff)
cli: Proper xml output for "gluster peer status"
Change-Id: I5d72d3844aba0417652498f4dc706b4a68d36bd8 BUG: 847760 Signed-off-by: Kaushal M <kaushal@redhat.com> Reviewed-on: http://review.gluster.org/3814 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Krishnan Parthasarathi <krishnan.parthasarathi@gmail.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index 76b92e91d..fe5e6d750 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -332,6 +332,10 @@ int
cli_xml_output_vol_quota_limit_list (char *volname, char *limit_list,
int op_ret, int op_errno,
char *op_errstr);
+
+int
+cli_xml_output_peer_status (dict_t *dict, int op_ret, int op_errno,
+ char *op_errstr);
#endif
#endif /* __CLI_H__ */