|
unbound
0.1
|
Internal base structure, so that every thread has its own events. More...
Data Fields | |
| struct event_base * | base |
| libevent event_base type. | |
| uint32_t | secs |
| seconds time pointer points here | |
| struct timeval | now |
| timeval with current time | |
Internal base structure, so that every thread has its own events.
| struct event_base* internal_base::base |
libevent event_base type.
Referenced by comm_base_create(), comm_base_delete(), comm_base_dispatch(), comm_base_exit(), comm_base_internal(), comm_point_create_local(), comm_point_create_raw(), comm_point_create_tcp(), comm_point_create_tcp_handler(), comm_point_create_tcp_out(), comm_point_create_udp(), comm_point_create_udp_ancil(), comm_signal_bind(), comm_timer_create(), and comm_timer_set().
1.7.6.1