From 202761d052d2faa2c92b23c5afc32c27853b11ad Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 15 Sep 2010 08:11:18 +0000 Subject: cli: add system namespace See "gluster system:: help" to get the feel of it. Signed-off-by: Csaba Henk Signed-off-by: Vijay Bellur BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- cli/src/cli-cmd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 7dda509dd..89fc44cfa 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -49,6 +49,8 @@ int cli_cmd_volume_register (struct cli_state *state); int cli_cmd_probe_register (struct cli_state *state); +int cli_cmd_system_register (struct cli_state *state); + int cli_cmd_misc_register (struct cli_state *state); struct cli_cmd_word *cli_cmd_nextword (struct cli_cmd_word *word, -- cgit