From ce8cee660a5cda88ea58e362be01e50cbccfff27 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 9 Jul 2010 03:14:13 +0000 Subject: provide a port option for gluster command line Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- 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 c532babf4f5..a53b6a9e1e5 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -34,6 +34,7 @@ enum argp_option_keys { ARGP_DEBUG_KEY = 133, + ARGP_PORT_KEY = 'p', }; struct cli_state; @@ -89,6 +90,8 @@ struct cli_state { /* autocompletion state */ char **matches; char **matchesp; + + int remote_port; }; -- cgit