summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2010-09-15 08:11:16 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-16 23:07:32 -0700
commitd787bca47fc038facb34221ee9855934f7230ef4 (patch)
tree77d027ea62d863009effbf32859c3c78dfd9d07f /cli/src/cli.h
parent63ec13f022ae99c1664fbdbc9e6623903ba843af (diff)
cli: add "--remote-host=<hostname>" option
Signed-off-by: Csaba Henk <csaba@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index 62aa02079..091114fca 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -97,6 +97,7 @@ struct cli_state {
char **matches;
char **matchesp;
+ char *remote_host;
int remote_port;
int mode;
};