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

pointer to RPC client

flags

RPC flags

ops

RPC call ops

data

user call data