From a7795fedd4ee2ed7de2dce89fd782ae20b03f6a4 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 26 Jul 2010 12:10:08 +0000 Subject: cli: Changes to provide proper exit status for gluster commandline Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 1205 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1205 --- cli/src/cli-cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 4a838151..b08f5b3d 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -44,5 +44,5 @@ void cli_cmd_tokens_destroy (char **tokens); int cli_cmd_await_response (); -int cli_cmd_broadcast_response (); +int cli_cmd_broadcast_response (int32_t status); #endif /* __CLI_CMD_H__ */ -- cgit