Data Fields

ham_srv_config_t Struct Reference
[hamsterdb Embedded Server]

#include <hamsterdb_srv.h>

Data Fields

ham_u16_t port
const char * access_log_path
const char * error_log_path

Detailed Description

A configuration structure

It is always recommended to initialize the full structure with zeroes before using it.

Definition at line 32 of file hamsterdb_srv.h.


Field Documentation

Path of the access log, or NULL if no log should be written

Definition at line 38 of file hamsterdb_srv.h.

Path of the error log, or NULL if no log should be written

Definition at line 41 of file hamsterdb_srv.h.

The server port

Definition at line 35 of file hamsterdb_srv.h.

Referenced by main().


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