Definition at line 357 of file msystem.h.
Data Fields | |
char | name [NAME_LENGTH] |
INT | pid |
INT | unused0 |
INT | unused |
INT | port |
INT | num_open_records |
DWORD | last_activity |
DWORD | watchdog_timeout |
INT | max_index |
OPEN_RECORD | open_record [MAX_OPEN_RECORDS] |
Definition at line 364 of file msystem.h.
Referenced by cm_get_watchdog_info(), cm_set_watchdog_params(), and db_open_database().
Definition at line 366 of file msystem.h.
Referenced by db_close_database(), and db_open_database().
char DATABASE_CLIENT::name[NAME_LENGTH] |
Definition at line 358 of file msystem.h.
Referenced by cm_check_client(), cm_get_watchdog_info(), and db_open_database().
OPEN_RECORD DATABASE_CLIENT::open_record[MAX_OPEN_RECORDS] |
Definition at line 368 of file msystem.h.
Referenced by db_close_database(), and db_open_database().
Definition at line 359 of file msystem.h.
Referenced by cm_check_client(), cm_get_watchdog_info(), db_close_database(), and db_open_database().
Definition at line 365 of file msystem.h.
Referenced by cm_get_watchdog_info(), cm_set_watchdog_params(), and db_open_database().