Data Fields | |
unsigned int | magic |
client_queue_t | inactive |
To be recycled. | |
isc_mem_t * | mctx |
isc_taskmgr_t * | taskmgr |
isc_timermgr_t * | timermgr |
isc_mutex_t | lock |
isc_boolean_t | exiting |
isc_mutex_t | listlock |
client_list_t | clients |
All active clients. | |
isc_mutex_t | reclock |
client_list_t | recursing |
Recursing clients. |
Definition at line 126 of file client.c.
unsigned int ns_clientmgr::magic |
Definition at line 128 of file client.c.
Referenced by clientmgr_destroy(), and ns_clientmgr_create().
client_queue_t ns_clientmgr::inactive |
To be recycled.
Definition at line 131 of file client.c.
Referenced by client_shutdown(), clientmgr_destroy(), exit_check(), get_client(), get_worker(), and ns_clientmgr_create().
Definition at line 133 of file client.c.
Referenced by clientmgr_destroy(), get_clientmctx(), and ns_clientmgr_create().
Definition at line 135 of file client.c.
Referenced by client_create(), ns_client_send(), and ns_clientmgr_create().
Definition at line 138 of file client.c.
Referenced by clientmgr_destroy(), exit_check(), get_client(), get_worker(), and ns_clientmgr_create().
Definition at line 139 of file client.c.
Referenced by exit_check(), get_client(), get_worker(), ns_clientmgr_create(), and ns_clientmgr_destroy().
Definition at line 142 of file client.c.
Referenced by clientmgr_destroy(), exit_check(), get_client(), get_worker(), and ns_clientmgr_create().
client_list_t ns_clientmgr::clients |
All active clients.
Definition at line 143 of file client.c.
Referenced by clientmgr_destroy(), exit_check(), get_client(), get_worker(), ns_clientmgr_create(), and ns_clientmgr_destroy().
Definition at line 146 of file client.c.
Referenced by clientmgr_destroy(), exit_check(), ns_client_dumprecursing(), ns_client_killoldestquery(), ns_client_recursing(), and ns_clientmgr_create().
client_list_t ns_clientmgr::recursing |
Recursing clients.
Definition at line 147 of file client.c.
Referenced by exit_check(), ns_client_dumprecursing(), ns_client_killoldestquery(), ns_client_recursing(), and ns_clientmgr_create().