OpenDNSSEC-signer 2.1.13
|
#include <notify.h>
Data Fields | |
notify_type * | waiting_next |
ldns_rr * | soa |
tsig_rr_type * | tsig_rr |
acl_type * | secondary |
zone_type * | zone |
xfrhandler_type * | xfrhandler |
netio_handler_type | handler |
struct timespec | timeout |
uint16_t | query_id |
uint8_t | retry |
unsigned | is_waiting: 1 |
netio_handler_type notify_struct::handler |
Definition at line 63 of file notify.h.
Referenced by notify_cleanup(), and notify_send().
acl_type* notify_struct::secondary |
Definition at line 60 of file notify.h.
Referenced by notify_send().
ldns_rr* notify_struct::soa |
Definition at line 58 of file notify.h.
Referenced by notify_cleanup().
struct timespec notify_struct::timeout |
Definition at line 64 of file notify.h.
Referenced by notify_send().
tsig_rr_type* notify_struct::tsig_rr |
Definition at line 59 of file notify.h.
Referenced by notify_cleanup().
notify_type* notify_struct::waiting_next |
xfrhandler_type* notify_struct::xfrhandler |
Definition at line 62 of file notify.h.
Referenced by notify_enable(), and notify_send().
zone_type* notify_struct::zone |
Definition at line 61 of file notify.h.
Referenced by notify_enable(), and notify_send().