SUNRPC: Further cleanups
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
963d8fe533
commit
4ce70ada1f
4 changed files with 27 additions and 18 deletions
|
@ -112,6 +112,7 @@ struct rpc_task {
|
|||
typedef void (*rpc_action)(struct rpc_task *);
|
||||
|
||||
struct rpc_call_ops {
|
||||
void (*rpc_call_prepare)(struct rpc_task *, void *);
|
||||
void (*rpc_call_done)(struct rpc_task *, void *);
|
||||
void (*rpc_release)(void *);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue