nfs-ganesha 1.4
|
#include "sal_functions.h"
Go to the source code of this file.
Defines | |
#define | arg_DESTROY_SESSION4 op->nfs_argop4_u.opdestroy_session |
#define | res_DESTROY_SESSION4 resp->nfs_resop4_u.opdestroy_session |
Functions | |
int | nfs41_op_destroy_session (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp) |
The NFS4_OP_DESTROY_SESSION operation. | |
void | nfs41_op_destroy_session_Free (DESTROY_SESSION4res *resp) |
#define arg_DESTROY_SESSION4 op->nfs_argop4_u.opdestroy_session |
#define res_DESTROY_SESSION4 resp->nfs_resop4_u.opdestroy_session |
int nfs41_op_destroy_session | ( | struct nfs_argop4 * | op, |
compound_data_t * | data, | ||
struct nfs_resop4 * | resp | ||
) |
The NFS4_OP_DESTROY_SESSION operation.
The NFS4_OP_DESTROY_SESSION operation.
[in] | op | nfs4_op arguments |
[in,out] | data | Compound request's data |
[out] | resp | nfs4_op results |
Definition at line 60 of file nfs41_op_destroy_session.c.
void nfs41_op_destroy_session_Free | ( | DESTROY_SESSION4res * | resp | ) |
nfs41_op_destroy_session_Free: frees what was allocared to handle nfs41_op_destroy_session.
Frees what was allocared to handle nfs41_op_destroy_session.
resp | [INOUT] Pointer to nfs4_op results |
Definition at line 88 of file nfs41_op_destroy_session.c.