diff options
| author | Mohammed Junaid Ahmed <junaid@gluster.com> | 2011-02-14 01:01:19 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-14 14:02:36 -0800 | 
| commit | d6f065b350a72a34b9a435a89d9b7cb59081bb44 (patch) | |
| tree | 35e9a3512aed17b6bfce22e9d770b931b6dbe358 /rpc/xdr/src/cli1.x | |
| parent | 0cc73c92734acc86cb559fc2d3b3ee8c834e5f63 (diff) | |
syncdaemon: config-get-all option add to gsync cli.
Signed-off-by: Mohammed Junaid <junaid@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1570 (geosync related changes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
Diffstat (limited to 'rpc/xdr/src/cli1.x')
| -rw-r--r-- | rpc/xdr/src/cli1.x | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1.x b/rpc/xdr/src/cli1.x index 1bc07a14e08..97c50f6fd7a 100644 --- a/rpc/xdr/src/cli1.x +++ b/rpc/xdr/src/cli1.x @@ -300,4 +300,9 @@ struct gf1_cli_gsync_set_rsp {          int     op_ret;          int     op_errno;          string  op_errstr<>; +        int     type; +        string  op_name<>; +        string  master<>; +        string  slave<>; +        string  gsync_prefix<>;  };  | 
