diff options
Diffstat (limited to 'rpc/xdr/src/glusterd1-xdr.h')
| -rw-r--r-- | rpc/xdr/src/glusterd1-xdr.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterd1-xdr.h b/rpc/xdr/src/glusterd1-xdr.h index 74e4d9d76..ca57059d8 100644 --- a/rpc/xdr/src/glusterd1-xdr.h +++ b/rpc/xdr/src/glusterd1-xdr.h @@ -133,6 +133,10 @@ struct gd1_mgmt_stage_op_rsp {  	int op_ret;  	int op_errno;  	char *op_errstr; +	struct { +		u_int dict_len; +		char *dict_val; +	} dict;  };  typedef struct gd1_mgmt_stage_op_rsp gd1_mgmt_stage_op_rsp;  | 
