OpenDNSSEC-signer
1.4.7
|
#include <xfrhandler.h>
Data Fields | |
allocator_type * | allocator |
ods_thread_type | thread_id |
void * | engine |
time_t | start_time |
time_t | current_time |
netio_type * | netio |
tcp_set_type * | tcp_set |
buffer_type * | packet |
xfrd_type * | udp_waiting_first |
xfrd_type * | udp_waiting_last |
size_t | udp_use_num |
notify_type * | notify_waiting_first |
notify_type * | notify_waiting_last |
int | notify_udp_num |
netio_handler_type | dnshandler |
unsigned | got_time: 1 |
unsigned | need_to_exit: 1 |
unsigned | started: 1 |
Definition at line 49 of file xfrhandler.h.
allocator_type* xfrhandler_struct::allocator |
Definition at line 50 of file xfrhandler.h.
Referenced by xfrhandler_cleanup(), and xfrhandler_create().
time_t xfrhandler_struct::current_time |
Definition at line 56 of file xfrhandler.h.
Referenced by xfrhandler_create(), and xfrhandler_time().
netio_handler_type xfrhandler_struct::dnshandler |
Definition at line 67 of file xfrhandler.h.
Referenced by xfrhandler_create(), and xfrhandler_start().
void* xfrhandler_struct::engine |
Definition at line 53 of file xfrhandler.h.
Referenced by xfrhandler_create(), and xfrhandler_start().
unsigned xfrhandler_struct::got_time |
Definition at line 68 of file xfrhandler.h.
Referenced by xfrhandler_create(), xfrhandler_start(), and xfrhandler_time().
unsigned xfrhandler_struct::need_to_exit |
Definition at line 69 of file xfrhandler.h.
Referenced by xfrhandler_create(), and xfrhandler_start().
netio_type* xfrhandler_struct::netio |
Definition at line 58 of file xfrhandler.h.
Referenced by engine_update_zones(), xfrhandler_cleanup(), xfrhandler_create(), and xfrhandler_start().
int xfrhandler_struct::notify_udp_num |
Definition at line 66 of file xfrhandler.h.
Referenced by notify_enable(), and xfrhandler_create().
notify_type* xfrhandler_struct::notify_waiting_first |
Definition at line 64 of file xfrhandler.h.
Referenced by notify_enable(), and xfrhandler_create().
notify_type* xfrhandler_struct::notify_waiting_last |
Definition at line 65 of file xfrhandler.h.
Referenced by notify_enable(), and xfrhandler_create().
buffer_type* xfrhandler_struct::packet |
Definition at line 60 of file xfrhandler.h.
Referenced by notify_send(), xfrhandler_cleanup(), and xfrhandler_create().
time_t xfrhandler_struct::start_time |
Definition at line 55 of file xfrhandler.h.
Referenced by xfrhandler_create(), and xfrhandler_start().
unsigned xfrhandler_struct::started |
Definition at line 70 of file xfrhandler.h.
Referenced by xfrhandler_create(), and xfrhandler_signal().
tcp_set_type* xfrhandler_struct::tcp_set |
Definition at line 59 of file xfrhandler.h.
Referenced by xfrhandler_cleanup(), and xfrhandler_create().
ods_thread_type xfrhandler_struct::thread_id |
Definition at line 52 of file xfrhandler.h.
Referenced by xfrhandler_signal().
size_t xfrhandler_struct::udp_use_num |
Definition at line 63 of file xfrhandler.h.
Referenced by xfrhandler_create().
xfrd_type* xfrhandler_struct::udp_waiting_first |
Definition at line 61 of file xfrhandler.h.
Referenced by xfrhandler_create().
xfrd_type* xfrhandler_struct::udp_waiting_last |
Definition at line 62 of file xfrhandler.h.
Referenced by xfrhandler_create().