#include <mysql.h>#include <pthread.h>

Go to the source code of this file.
Variables | |
| char * | server |
| char * | user |
| char * | password |
| char * | database |
| MYSQL * | conn_data |
| MYSQL * | conn_cfg |
| pthread_mutex_t | mutex_cfg |
| pthread_mutex_t | mutex_file |
| pthread_mutex_t | mutex_MYSQL_CONN_ON_DATA |
| pthread_mutex_t | mutex_MYSQL_CONN_ON_CFG |
| MYSQL* conn_cfg |
Definition at line 40 of file global.h.
Referenced by cfginsert(), and setup().
| MYSQL* conn_data |
Definition at line 39 of file global.h.
Referenced by dataparser(), and setup().
| pthread_mutex_t mutex_cfg |
Definition at line 42 of file global.h.
Referenced by cfgparser(), dataparser(), init_cfgparser(), and recreate_cfg_objects().
| pthread_mutex_t mutex_file |
Definition at line 43 of file global.h.
Referenced by cfgparser(), init_cfgparser(), and recreate_cfg_objects().
| pthread_mutex_t mutex_MYSQL_CONN_ON_CFG |
Definition at line 45 of file global.h.
Referenced by cfginsert(), and recreate_cfg_objects().
| pthread_mutex_t mutex_MYSQL_CONN_ON_DATA |
Definition at line 44 of file global.h.
Referenced by dataparser(), and recreate_cfg_objects().
1.6.3