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:
parent
37392bc121
commit
c8e15d5c18
@ -58,11 +58,12 @@ ISC_LANG_BEGINDECLS
|
|||||||
|
|
||||||
typedef struct dns_byaddrevent {
|
typedef struct dns_byaddrevent {
|
||||||
ISC_EVENT_COMMON(struct dns_byaddrevent);
|
ISC_EVENT_COMMON(struct dns_byaddrevent);
|
||||||
dns_byaddr_t * byaddr;
|
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
dns_namelist_t names;
|
dns_namelist_t names;
|
||||||
} dns_byaddrevent_t;
|
} dns_byaddrevent_t;
|
||||||
|
|
||||||
|
#define DNS_BYADDROPT_IPV6NIBBLE 0x0001
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view,
|
dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view,
|
||||||
unsigned int options, isc_task_t *task,
|
unsigned int options, isc_task_t *task,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user