From f6775423d7fbe71fe35e6154388e77aae2e264ad Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Fri, 15 Sep 2017 19:01:53 +0530 Subject: events : Add brick list in EVENT_VOLUME_CREATE Change-Id: Ibf87ae5ca57f9d27c036f329a30c8f81b51c52bf BUG: 1492109 Signed-off-by: Atin Mukherjee Reviewed-on: https://review.gluster.org/18306 Reviewed-by: Prashanth Pai Smoke: Gluster Build System Reviewed-by: Aravinda VK CentOS-regression: Gluster Build System --- cli/src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index a1be2b62d06..68dcb8c531f 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -235,7 +235,7 @@ cli_submit_request (struct rpc_clnt *rpc, void *req, call_frame_t *frame, int32_t cli_cmd_volume_create_parse (struct cli_state *state, const char **words, - int wordcount, dict_t **options); + int wordcount, dict_t **options, char **bricks); int32_t cli_cmd_volume_reset_parse (const char **words, int wordcount, dict_t **opt); -- cgit