OpenDNSSEC-signer  1.4.9
Data Fields
notify_struct Struct Reference

#include <notify.h>

Collaboration diagram for notify_struct:
Collaboration graph
[legend]

Data Fields

notify_typewaiting_next
 
allocator_typeallocator
 
ldns_rr * soa
 
tsig_rr_typetsig_rr
 
acl_typesecondary
 
void * zone
 
void * xfrhandler
 
netio_handler_type handler
 
struct timespec timeout
 
uint16_t query_id
 
uint8_t retry
 
unsigned is_waiting: 1
 

Detailed Description

Definition at line 53 of file notify.h.

Field Documentation

allocator_type* notify_struct::allocator

Definition at line 55 of file notify.h.

Referenced by notify_cleanup(), and notify_create().

netio_handler_type notify_struct::handler
unsigned notify_struct::is_waiting

Definition at line 65 of file notify.h.

Referenced by notify_create(), notify_enable(), and notify_send().

uint16_t notify_struct::query_id

Definition at line 63 of file notify.h.

Referenced by notify_create(), and notify_send().

uint8_t notify_struct::retry

Definition at line 64 of file notify.h.

Referenced by notify_create(), and notify_send().

acl_type* notify_struct::secondary

Definition at line 58 of file notify.h.

Referenced by notify_create(), notify_enable(), and notify_send().

ldns_rr* notify_struct::soa

Definition at line 56 of file notify.h.

Referenced by notify_cleanup(), notify_create(), and notify_send().

struct timespec notify_struct::timeout

Definition at line 62 of file notify.h.

Referenced by notify_create(), and notify_send().

tsig_rr_type* notify_struct::tsig_rr

Definition at line 57 of file notify.h.

Referenced by notify_cleanup(), and notify_create().

notify_type* notify_struct::waiting_next

Definition at line 54 of file notify.h.

Referenced by notify_create(), and notify_enable().

void* notify_struct::xfrhandler

Definition at line 60 of file notify.h.

Referenced by notify_create(), notify_enable(), and notify_send().

void* notify_struct::zone

Definition at line 59 of file notify.h.

Referenced by notify_create(), notify_enable(), and notify_send().


The documentation for this struct was generated from the following file: