Name
rpc_run_task —
Allocate a new RPC task, then run rpc_execute against it
Synopsis
struct rpc_task * rpc_run_task ( | struct rpc_clnt * | clnt, |
| int | flags, |
| const struct rpc_call_ops * | ops, |
| void * | data) ; |
Arguments
clnt
-- undescribed --
flags
-- undescribed --
ops
-- undescribed --
data
-- undescribed --
Description
clnt
- pointer to RPC client
flags
- RPC flags
ops
- RPC call ops
data
- user call data