nfs-ganesha 1.4
Functions

nfs_rpc_callback_simulator.h File Reference

RPC callback dispatch package. More...

#include "log.h"
#include "cache_inode.h"

Go to the source code of this file.

Functions

void nfs_rpc_cbsim_pkginit (void)
void nfs_rpc_cbsim_pkgshutdown (void)

Detailed Description

RPC callback dispatch package.

Author:
Matt Benjamin and Lee Dobryden

DESCRIPTION

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.


Function Documentation

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.