From 7bf3723fba2dc7d2896fc2a6e5b5f65db0b8c179 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Mon, 13 Aug 2012 18:57:20 +0530 Subject: cli: Proper xml output for "gluster peer status" Change-Id: I5d72d3844aba0417652498f4dc706b4a68d36bd8 BUG: 847760 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/3814 Tested-by: Gluster Build System Reviewed-by: Krishnan Parthasarathi Reviewed-by: Anand Avati --- cli/src/cli.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/src/cli.h') 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__ */ -- cgit