1. NAME▲
rpc_call_async - Perform an asynchronous RPC call
2. SYNOPSIS ▲
int rpc_call_async(struct rpc_clnt * clnt , const struct rpc_message * msg , int flags , const struct rpc_call_ops * tk_ops , void * data );
3. ARGUMENTS ▲
clnt
pointer to RPC client
msg
RPC call parameters
flags
RPC call flags
tk_ops
RPC call ops
data
user call data
4. COPYRIGHT ▲