From 2e81c881f036d90323fd07d7df07d881723d7a28 Mon Sep 17 00:00:00 2001 From: Mohammed Junaid Ahmed Date: Thu, 10 Feb 2011 05:29:34 +0000 Subject: gsync: cli support for gsyncd. Signed-off-by: Junaid Signed-off-by: Anand V. Avati BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- 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 c0fb5a7e..77bc249d 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -175,6 +175,9 @@ cli_cmd_volume_create_parse (const char **words, int wordcount, int32_t cli_cmd_volume_reset_parse (const char **words, int wordcount, dict_t **opt); +int32_t +cli_cmd_gsync_set_parse (const char **words, int wordcount, dict_t **opt); + int32_t cli_cmd_volume_set_parse (const char **words, int wordcount, dict_t **options); -- cgit