koliseo 0.5.4
Loading...
Searching...
No Matches
KLS_Conf Struct Reference

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.

Detailed Description

Defines flags for Koliseo.

See also
Koliseo

Field Documentation

◆ err_handlers

KLS_Err_Handlers KLS_Conf::err_handlers

Used to pass custom error handlers for push calls.

◆ kls_allow_zerocount_push

int KLS_Conf::kls_allow_zerocount_push

If set to 1, make the Koliseo accept push calls with a count of 0.

◆ kls_block_while_has_temp

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.

◆ kls_collect_stats

int KLS_Conf::kls_collect_stats

If set to 1, make the Koliseo collect performance stats.

◆ kls_growable

int KLS_Conf::kls_growable

If set to 1, make the Koliseo grow when a out of memory for a push call.

◆ kls_log_filepath

const char* KLS_Conf::kls_log_filepath

String representing the path to the Koliseo logfile.

◆ kls_log_fp

FILE* KLS_Conf::kls_log_fp

FILE pointer used by the Koliseo to print its kls_log() output.

◆ kls_verbose_lvl

int KLS_Conf::kls_verbose_lvl

If > 0, makes the Koliseo try to acquire kls_log_fp from kls_log_filepath.


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