hamsterdb Embedded Database
2.1.7
|
#include <hamsterdb_srv.h>
Data Fields | |
ham_u16_t | port |
const char * | access_log_path |
const char * | error_log_path |
A configuration structure
It is always recommended to initialize the full structure with zeroes before using it.
Definition at line 37 of file hamsterdb_srv.h.
const char* ham_srv_config_t::access_log_path |
Definition at line 43 of file hamsterdb_srv.h.
const char* ham_srv_config_t::error_log_path |
Path of the error log, or NULL if no log should be written
Definition at line 47 of file hamsterdb_srv.h.
ham_u16_t ham_srv_config_t::port |