summaryrefslogtreecommitdiffstats
path: root/rpc/xdr/src/cli1-xdr.x
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2011-09-15 18:14:53 +0200
committerVijay Bellur <vijay@gluster.com>2011-09-15 21:56:12 -0700
commit77cce4c7df9a61b599a27522696720e747714ff2 (patch)
tree709ab25f7c7fd5ad848b64ab69214796dd5cc54c /rpc/xdr/src/cli1-xdr.x
parent45f03a58a0fbfc1d5e647c764b10e37d0a9ebb26 (diff)
rpc: fix up mountbroker xdr defs and regenerate headers
Change-Id: I8a88d2b9228c3614ee7cbaf48782a419e6aee0f6 BUG: 3482 Reported-by: Krishnan Parthasarathi <kp@gluster.com> Reviewed-on: http://review.gluster.com/432 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Krishnan Parthasarathi <kp@gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.x')
-rw-r--r--rpc/xdr/src/cli1-xdr.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/xdr/src/cli1-xdr.x b/rpc/xdr/src/cli1-xdr.x
index ff2f09af3..2a6168c04 100644
--- a/rpc/xdr/src/cli1-xdr.x
+++ b/rpc/xdr/src/cli1-xdr.x
@@ -451,7 +451,7 @@ struct gf1_cli_umount_req {
string path<>;
};
-struct gf1_cli_mount_rsp {
+struct gf1_cli_umount_rsp {
int op_ret;
int op_errno;
};