diff options
| author | Csaba Henk <csaba@gluster.com> | 2011-09-15 18:14:53 +0200 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2011-09-15 21:56:12 -0700 | 
| commit | 77cce4c7df9a61b599a27522696720e747714ff2 (patch) | |
| tree | 709ab25f7c7fd5ad848b64ab69214796dd5cc54c /rpc/xdr/src/cli1-xdr.h | |
| parent | 45f03a58a0fbfc1d5e647c764b10e37d0a9ebb26 (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.h')
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index d502c30b491..4077ff3c11b 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;  | 
