From ea86a09143c5c59349ca82ddcbc2178a84cccde7 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 2 Sep 2010 04:03:12 +0000 Subject: cli: Changes for GET_NEXT volume info Signed-off-by: Vijay Bellur Signed-off-by: Vijay Bellur BUG: 1255 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1255 --- cli/src/cli-cmd.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 42d5316a..b7cd7aad 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -33,6 +33,13 @@ struct cli_cmd { const char *desc; }; +struct cli_cmd_volume_get_ctx_ { + char *volname; + int flags; +}; + +typedef struct cli_cmd_volume_get_ctx_ cli_cmd_volume_get_ctx_t; + int cli_cmd_volume_register (struct cli_state *state); int cli_cmd_probe_register (struct cli_state *state); -- cgit