From 9460675a921d504a31088b0e0f42143cc7f2a56f Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 27 Jul 2010 14:49:07 +0000 Subject: DVM: Changes in CLI output Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 1220 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1220 --- cli/src/cli-cmd.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index b08f5b3d5..87a9d3d89 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -45,4 +45,17 @@ void cli_cmd_tokens_destroy (char **tokens); int cli_cmd_await_response (); int cli_cmd_broadcast_response (int32_t status); + +int cli_cmd_cond_init (); + +int cli_cmd_lock (); + +int cli_cmd_unlock (); + +int +cli_cmd_submit (void *req, call_frame_t *frame, + rpc_clnt_prog_t *prog, + int procnum, struct iobref *iobref, + cli_serialize_t sfunc, xlator_t *this, + fop_cbk_fn_t cbkfn); #endif /* __CLI_CMD_H__ */ -- cgit