2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

remove byaddr from event

This commit is contained in:
Bob Halley 2000-01-18 19:07:27 +00:00
parent 37392bc121
commit c8e15d5c18

View File

@ -58,11 +58,12 @@ ISC_LANG_BEGINDECLS
typedef struct dns_byaddrevent {
ISC_EVENT_COMMON(struct dns_byaddrevent);
dns_byaddr_t * byaddr;
isc_result_t result;
dns_namelist_t names;
} dns_byaddrevent_t;
#define DNS_BYADDROPT_IPV6NIBBLE 0x0001
isc_result_t
dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view,
unsigned int options, isc_task_t *task,