|
unbound 0.1
|
Internal base structure, so that every thread has its own events. More...
Data Fields | |
| struct ub_event_base * | base |
| ub_event event_base type. | |
| time_t | secs |
| seconds time pointer points here | |
| struct timeval | now |
| timeval with current time | |
| struct ub_event * | slow_accept |
| the event used for slow_accept timeouts | |
| int | slow_accept_enabled |
| true if slow_accept is enabled | |
| time_t | last_slow_log |
| last log time for slow logging of file descriptor errors | |
| time_t | last_writewait_log |
| last log time for slow logging of write wait failures | |
Internal base structure, so that every thread has its own events.