#include <pthread.h>
#include "log.h"
#include "nfs4.h"
#include "nfs_core.h"
#include "nfs_exports.h"
#include "nfs_proto_functions.h"
#include "sal_functions.h"
Go to the source code of this file.
Define Documentation
      
        
          | #define arg_CREATE_SESSION4   op->nfs_argop4_u.opcreate_session | 
      
 
 
      
        
          | #define res_CREATE_SESSION4   resp->nfs_resop4_u.opcreate_session | 
      
 
 
      
        
          | #define res_CREATE_SESSION4ok   res_CREATE_SESSION4.CREATE_SESSION4res_u.csr_resok4 | 
      
 
 
Function Documentation
The NFS4_OP_CREATE_SESSION operation. 
The NFS4_OP_CREATE_SESSION operation.
- Parameters:
- 
  
    | [in] | op | nfs4_op arguments |  | [in,out] | data | Compound request's data |  | [out] | resp | nfs4_op results |  
 
- Returns:
- NFS4_OK if successfull, other values show an error.
- See also:
- nfs4_Compound 
- Todo:
- : BUGAZOMEU Gerer les parametres de secu 
Definition at line 68 of file nfs41_op_create_session.c.
 
 
nfs41_op_create_session_Free: frees what was allocared to handle nfs41_op_create_session.
Frees what was allocared to handle nfs41_op_create_session.
- Parameters:
- 
  
    | resp | [INOUT] Pointer to nfs4_op results |  
 
- Returns:
- nothing (void function ) 
Definition at line 514 of file nfs41_op_create_session.c.