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 7b208ee5f..0c738d00c 100644 --- a/rpc/xdr/src/glusterd1-xdr.h +++ b/rpc/xdr/src/glusterd1-xdr.h @@ -148,6 +148,10 @@ struct gd1_mgmt_commit_op_rsp {  	int op;  	int op_ret;  	int op_errno; +        struct { +                u_int dict_len; +                char *dict_val; +        } dict;  };  typedef struct gd1_mgmt_commit_op_rsp gd1_mgmt_commit_op_rsp;  | 
