diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-utils.h')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-utils.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.h b/xlators/mgmt/glusterd/src/glusterd-utils.h index 1a4dadf1f10..57e5c82f4d5 100644 --- a/xlators/mgmt/glusterd/src/glusterd-utils.h +++ b/xlators/mgmt/glusterd/src/glusterd-utils.h @@ -71,15 +71,13 @@ glusterd_get_uuid (uuid_t *uuid);  int  glusterd_submit_reply (rpcsvc_request_t *req, void *arg,                         struct iovec *payload, int payloadcount, -                       struct iobref *iobref, gd_serialize_t sfunc, -                       xdrproc_t xdrproc); +                       struct iobref *iobref, xdrproc_t xdrproc);  int  glusterd_submit_request (struct rpc_clnt *rpc, void *req,                           call_frame_t *frame, rpc_clnt_prog_t *prog,                           int procnum, struct iobref *iobref, -                         gd_serialize_t sfunc, xlator_t *this, -                         fop_cbk_fn_t cbkfn, xdrproc_t xdrproc); +                         xlator_t *this, fop_cbk_fn_t cbkfn, xdrproc_t xdrproc);  int32_t  glusterd_volinfo_new (glusterd_volinfo_t **volinfo);  | 
