diff options
| author | Csaba Henk <csaba@gluster.com> | 2010-09-15 08:11:16 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-16 23:07:32 -0700 | 
| commit | d787bca47fc038facb34221ee9855934f7230ef4 (patch) | |
| tree | 77d027ea62d863009effbf32859c3c78dfd9d07f /cli/src/cli.h | |
| parent | 63ec13f022ae99c1664fbdbc9e6623903ba843af (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.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 62aa02079da..091114fcaca 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;  };  | 
