diff options
author | Kaushal M <kaushal@redhat.com> | 2012-05-10 16:11:17 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-05-18 19:45:47 -0700 |
commit | 3213a4e013e6f4a67772daa329761f42fea881f0 (patch) | |
tree | f965dcd1061ec695d298d63ebafa8564474b180e /rpc/xdr/src/cli1-xdr.x | |
parent | feb99ca3081f838faf9fd9cebfabab8d4c9d015c (diff) |
glusterd,cli: Enable errstr for peer detach
This patch adds an op_errstr member to the gf1_cli_deprobe_rsp structure to
enable return of an errstr to cli.
Change-Id: I0cbb6805b05d7cc0603c13d1c1550bb2bd062a7a
BUG: 816840
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.com/3307
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.x')
-rw-r--r-- | rpc/xdr/src/cli1-xdr.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.x b/rpc/xdr/src/cli1-xdr.x index 750b491e5..cb22080cc 100644 --- a/rpc/xdr/src/cli1-xdr.x +++ b/rpc/xdr/src/cli1-xdr.x @@ -148,6 +148,7 @@ enum gf_cli_status_type { int op_ret; int op_errno; string hostname<>; + string op_errstr<>; } ; struct gf1_cli_peer_list_req { |