KLone APIs | Modules | Data Structures | File List | Data Fields | Globals

session_opt_s Struct Reference


Data Fields

int type
int max_age
int encrypt
int compress
char name [128]
char path [U_FILENAME_MAX]
unsigned char session_key [CIPHER_KEY_SIZE]
unsigned char session_iv [CIPHER_IV_SIZE]
atoms_tatoms
size_t max_count
size_t mem_limit

Field Documentation

atoms_t* session_opt_s::atoms
 

Definition at line 83 of file ses_prv.h.

int session_opt_s::compress
 

Definition at line 69 of file ses_prv.h.

int session_opt_s::encrypt
 

Definition at line 68 of file ses_prv.h.

int session_opt_s::max_age
 

Definition at line 67 of file ses_prv.h.

size_t session_opt_s::max_count
 

Definition at line 84 of file ses_prv.h.

size_t session_opt_s::mem_limit
 

Definition at line 85 of file ses_prv.h.

char session_opt_s::name[128]
 

Definition at line 70 of file ses_prv.h.

char session_opt_s::path[U_FILENAME_MAX]
 

Definition at line 78 of file ses_prv.h.

unsigned char session_opt_s::session_iv[CIPHER_IV_SIZE]
 

Definition at line 80 of file ses_prv.h.

unsigned char session_opt_s::session_key[CIPHER_KEY_SIZE]
 

Definition at line 79 of file ses_prv.h.

int session_opt_s::type
 

Definition at line 66 of file ses_prv.h.


The documentation for this struct was generated from the following file: