From 77cce4c7df9a61b599a27522696720e747714ff2 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 15 Sep 2011 18:14:53 +0200 Subject: rpc: fix up mountbroker xdr defs and regenerate headers Change-Id: I8a88d2b9228c3614ee7cbaf48782a419e6aee0f6 BUG: 3482 Reported-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.com/432 Tested-by: Gluster Build System Reviewed-by: Krishnan Parthasarathi Reviewed-by: Vijay Bellur --- rpc/xdr/src/cli1-xdr.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'rpc/xdr/src/cli1-xdr.h') diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index d502c30b4..4077ff3c1 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -587,7 +587,7 @@ struct gf1_cli_status_volume_rsp { typedef struct gf1_cli_status_volume_rsp gf1_cli_status_volume_rsp; struct gf1_cli_mount_req { - char *label; + char *label; struct { u_int dict_len; char *dict_val; @@ -596,21 +596,21 @@ struct gf1_cli_mount_req { typedef struct gf1_cli_mount_req gf1_cli_mount_req; struct gf1_cli_mount_rsp { - int op_ret; - int op_errno; + int op_ret; + int op_errno; char *path; }; typedef struct gf1_cli_mount_rsp gf1_cli_mount_rsp; struct gf1_cli_umount_req { - int lazy; - char *path; + int lazy; + char *path; }; typedef struct gf1_cli_umount_req gf1_cli_umount_req; struct gf1_cli_umount_rsp { - int op_ret; - int op_errno; + int op_ret; + int op_errno; }; typedef struct gf1_cli_umount_rsp gf1_cli_umount_rsp; -- cgit