From ace4cae71c19004c51fe5116c67492acaf2afc73 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 29 Aug 2012 18:32:29 +0530 Subject: cli: Proper xml output for "gluster peer status" Change-Id: I90952ba2ea606552cf4ad67dd296a440f90592d6 BUG: 847760 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/3870 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- 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 0b769812c..894b6f934 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -335,6 +335,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