diff options
| author | Atin Mukherjee <amukherj@redhat.com> | 2017-09-15 19:01:53 +0530 |
|---|---|---|
| committer | jiffin tony Thottan <jthottan@redhat.com> | 2017-09-28 20:56:21 +0000 |
| commit | b49e9c78659c3912a732789ef39d5ef14cefcf48 (patch) | |
| tree | 13dbac9ec17213c8289957dc26b2440b9d1d91e4 /cli/src/cli.h | |
| parent | bfc8b09f233a3dfcce776da37389b6c83e4d85dc (diff) | |
events : Add brick list in EVENT_VOLUME_CREATE
>Reviewed-on: https://review.gluster.org/18306
>Reviewed-by: Prashanth Pai <ppai@redhat.com>
>Smoke: Gluster Build System <jenkins@build.gluster.org>
>Reviewed-by: Aravinda VK <avishwan@redhat.com>
>CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
>(cherry picked from commit f6775423d7fbe71fe35e6154388e77aae2e264ad)
Change-Id: Ibf87ae5ca57f9d27c036f329a30c8f81b51c52bf
BUG: 1491292
Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
