CUBRID Engine
latest
|
#include <broker_shm.h>
Public Attributes | |
char | database_name [SRV_CON_DBNAME_SIZE] |
char | database_host [CUB_MAXHOSTNAMELEN] |
int | state |
Definition at line 550 of file broker_shm.h.
char t_db_server::database_host[CUB_MAXHOSTNAMELEN] |
Definition at line 553 of file broker_shm.h.
Referenced by check_server_alive(), server_monitor_thr_f(), and unusable_databases_monitor().
char t_db_server::database_name[SRV_CON_DBNAME_SIZE] |
Definition at line 552 of file broker_shm.h.
Referenced by check_server_alive(), server_monitor_thr_f(), and unusable_databases_monitor().
int t_db_server::state |
Definition at line 554 of file broker_shm.h.
Referenced by insert_db_server_check_list(), and server_monitor_thr_f().