#include <eurephia_context.h>
Collaboration diagram for eurephiaCTX:Data Fields | |
| void * | eurephia_driver |
| void * | eurephia_fw_intf |
| eDBconn * | dbc |
| eurephiaFWINTF * | fwcfg |
| char * | server_salt |
| eurephiaLOG * | log |
| int | fatal_error |
| int | context_type |
main structure for the eurephia module context
Definition at line 51 of file eurephia_context.h.
Defines the context type
Definition at line 63 of file eurephia_context.h.
Pointer to an eurephia database connection
Definition at line 54 of file eurephia_context.h.
Pointer to the eurephia database drivers handler
Definition at line 52 of file eurephia_context.h.
Pointer to the eurephia firewall interface handler
Definition at line 53 of file eurephia_context.h.
If this flag is set, the execution should stop immediately
Definition at line 62 of file eurephia_context.h.
Pointer to the firewall configuration
Definition at line 56 of file eurephia_context.h.
Log context, used by eurephia_log()
Definition at line 61 of file eurephia_context.h.
| char* eurephiaCTX::server_salt |
The in-memory password salt, used for the password cache
Definition at line 60 of file eurephia_context.h.
1.7.1