From acb691f8908049e651fc12ff1cf01e9cf4ddde65 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Sat, 24 Dec 2011 13:49:52 +0530 Subject: cli, glusterd : Added support for clear-locks command. Change-Id: I8e7cd51d6e3dd968cced1ec4115b6811f2ab5c1b BUG: 789858 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.com/2552 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- cli/src/cli.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index 0814065a..25b17da4 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -219,6 +219,9 @@ cli_cmd_log_filename_parse (const char **words, int wordcount, dict_t **options) int32_t cli_cmd_volume_statedump_options_parse (const char **words, int wordcount, dict_t **options); +int32_t +cli_cmd_volume_clrlks_opts_parse (const char **words, int wordcount, + dict_t **options); cli_local_t * cli_local_get (); -- cgit