OpenDNSSEC-signer
2.0.3
|
#include <netio.h>
Data Fields | |
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 |
netio_handler_list_type* netio_struct::deallocated |
Definition at line 140 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 156 of file netio.h.
Referenced by netio_create(), and netio_remove_handler().
netio_handler_list_type* netio_struct::handlers |
Definition at line 139 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 150 of file netio.h.
Referenced by netio_current_time(), and netio_dispatch().