|
Electroneum
|
#include <worker.h>

Public Attributes | |
| int | thread_num |
| struct daemon * | daemon |
| ub_thread_type | thr_id |
| struct tube * | cmd |
| struct comm_base * | base |
| struct listen_dnsport * | front |
| struct outside_network * | back |
| int * | ports |
| int | numports |
| struct comm_signal * | comsig |
| struct comm_point * | cmd_com |
| struct comm_timer * | stat_timer |
| time_t | err_limit_time |
| unsigned int | err_limit_count |
| struct ub_randstate * | rndstate |
| int | need_to_exit |
| struct alloc_cache | alloc |
| struct ub_server_stats | stats |
| struct regional * | scratchpad |
| struct module_env | env |
Structure holding working information for unbound. Holds globally visible information.
| struct alloc_cache worker::alloc |
| struct outside_network* worker::back |
| struct comm_base* worker::base |
| struct comm_point* worker::cmd_com |
| struct comm_signal* worker::comsig |
| struct daemon* worker::daemon |
| struct module_env worker::env |
| unsigned int worker::err_limit_count |
| time_t worker::err_limit_time |
| struct listen_dnsport* worker::front |
| int worker::need_to_exit |
| struct ub_randstate* worker::rndstate |
| struct regional* worker::scratchpad |
| struct comm_timer* worker::stat_timer |
| struct ub_server_stats worker::stats |
| ub_thread_type worker::thr_id |
| int worker::thread_num |