|
koliseo 0.5.7
|
Defines flags for Koliseo. More...
#include <koliseo.h>
Data Fields | |
| int | kls_collect_stats |
| If set to 1, make the Koliseo collect performance stats. | |
| int | kls_verbose_lvl |
| If > 0, makes the Koliseo try to acquire kls_log_fp from kls_log_filepath. | |
| FILE * | kls_log_fp |
| FILE pointer used by the Koliseo to print its kls_log() output. | |
| const char * | kls_log_filepath |
| String representing the path to the Koliseo logfile. | |
| int | kls_block_while_has_temp |
| If set to 1, make the Koliseo reject push calls while it has an open Koliseo_Temp. | |
| int | kls_allow_zerocount_push |
| If set to 1, make the Koliseo accept push calls with a count of 0. | |
| int | kls_growable |
| If set to 1, make the Koliseo grow when a out of memory for a push call. | |
| KLS_Err_Handlers | err_handlers |
| Used to pass custom error handlers for push calls. | |
| KLS_Err_Handlers KLS_Conf::err_handlers |
Used to pass custom error handlers for push calls.
| int KLS_Conf::kls_allow_zerocount_push |
If set to 1, make the Koliseo accept push calls with a count of 0.
| int KLS_Conf::kls_block_while_has_temp |
If set to 1, make the Koliseo reject push calls while it has an open Koliseo_Temp.
| int KLS_Conf::kls_collect_stats |
If set to 1, make the Koliseo collect performance stats.
| int KLS_Conf::kls_growable |
If set to 1, make the Koliseo grow when a out of memory for a push call.
| const char* KLS_Conf::kls_log_filepath |
String representing the path to the Koliseo logfile.
| int KLS_Conf::kls_verbose_lvl |
If > 0, makes the Koliseo try to acquire kls_log_fp from kls_log_filepath.