OpenDNSSEC-signer
1.4.10
|
#include <netio.h>
Data Fields | |
allocator_type * | allocator |
netio_handler_list_type * | handlers |
netio_handler_list_type * | deallocated |
int | have_current_time |
struct timespec | cached_current_time |
netio_handler_list_type * | dispatch_next |
allocator_type* netio_struct::allocator |
Definition at line 139 of file netio.h.
Referenced by netio_add_handler(), netio_cleanup(), and netio_create().
struct timespec netio_struct::cached_current_time |
Definition at line 152 of file netio.h.
Referenced by netio_current_time().
netio_handler_list_type* netio_struct::deallocated |
Definition at line 141 of file netio.h.
Referenced by netio_add_handler(), netio_cleanup(), netio_create(), and netio_remove_handler().
netio_handler_list_type* netio_struct::dispatch_next |
Definition at line 157 of file netio.h.
Referenced by netio_create(), netio_dispatch(), and netio_remove_handler().
netio_handler_list_type* netio_struct::handlers |
Definition at line 140 of file netio.h.
Referenced by netio_add_handler(), netio_cleanup(), netio_create(), netio_dispatch(), and netio_remove_handler().
int netio_struct::have_current_time |
Definition at line 151 of file netio.h.
Referenced by netio_current_time(), and netio_dispatch().