diff options
author | Csaba Henk <csaba@gluster.com> | 2011-04-29 06:24:40 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-05-09 13:26:48 -0700 |
commit | 97fdc05ab86ca2af992c42b09ed40413be2ef0d8 (patch) | |
tree | 6ad6a905f34ec7db443e97031ffa62c3f952eaf8 /rpc/xdr/src/cli1-xdr.x | |
parent | 6dd0282fbfa14eb5a6ae3df1083ef1eea443ea20 (diff) |
glusterd / cli / rpc: move geo-replication reply parameters into dict
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2785 (gsyncd logs on slave side go to /dev/null)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2785
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.x')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.x | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rpc/xdr/src/cli1-xdr.x b/rpc/xdr/src/cli1-xdr.x index 154a2c8e3e4..4b15dcd2957 100644 --- a/rpc/xdr/src/cli1-xdr.x +++ b/rpc/xdr/src/cli1-xdr.x @@ -338,13 +338,7 @@ struct gf1_cli_gsync_set_rsp { int op_errno; string op_errstr<>; int type; - string op_name<>; - string subop<>; - string master<>; - string slave<>; - string gsync_prefix<>; - string glusterd_workdir<>; - opaque status_dict<>; + opaque dict<>; }; struct gf1_cli_stats_volume_req { |