nfs-ganesha 1.4
|
RPC callback dispatch package. More...
Go to the source code of this file.
Functions | |
void | nfs_rpc_cbsim_pkginit (void) |
void | nfs_rpc_cbsim_pkgshutdown (void) |
RPC callback dispatch package.
This module implements APIs for submission, and dispatch of NFSv4.0 and (soon) NFSv4.1 format callbacks.
Planned strategy is to deal with all backchannels from a small number of service threads, initially 1, using non-blocking socket operations. This may change, as NFSv4.1 bi-directional support is integrated.
Definition in file nfs_rpc_callback_simulator.h.
void nfs_rpc_cbsim_pkginit | ( | void | ) |
Definition at line 397 of file nfs_rpc_callback_simulator.c.
void nfs_rpc_cbsim_pkgshutdown | ( | void | ) |
Definition at line 406 of file nfs_rpc_callback_simulator.c.