diff options
Diffstat (limited to 'rpc/xdr/src')
| -rw-r--r-- | rpc/xdr/src/glusterfs3-xdr.x | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs3-xdr.x b/rpc/xdr/src/glusterfs3-xdr.x index 33f1a9357cf..f0c5f12301f 100644 --- a/rpc/xdr/src/glusterfs3-xdr.x +++ b/rpc/xdr/src/glusterfs3-xdr.x @@ -962,3 +962,21 @@ struct gfs3_compound_rsp {          compound_rsp  compound_rsp_array<>;          opaque        xdata<>;  }; + +struct gfs3_locklist { +        struct gf_proto_flock flock; +        string client_uid<>; +        struct gfs3_locklist *nextentry; +}; + +struct gfs3_getactivelk_rsp { +        int op_ret; +        int op_errno; +        struct gfs3_locklist *reply; +        opaque xdata<>; +}; + +struct gfs3_getactivelk_req { +        opaque gfid[16]; +        opaque xdata<>; +};  | 
