diff options
Diffstat (limited to 'rpc/xdr/src/glusterd1.x')
-rw-r--r-- | rpc/xdr/src/glusterd1.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterd1.x b/rpc/xdr/src/glusterd1.x index ad6d32219e2..ff436729c28 100644 --- a/rpc/xdr/src/glusterd1.x +++ b/rpc/xdr/src/glusterd1.x @@ -80,6 +80,7 @@ struct gd1_mgmt_stage_op_rsp { int op_ret; int op_errno; string op_errstr<>; + opaque dict<>; } ; struct gd1_mgmt_commit_op_req { |