mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
add dispatch event type
This commit is contained in:
parent
bf647f10f6
commit
ce07d4eaac
@ -33,6 +33,7 @@ ISC_LANG_BEGINDECLS
|
||||
#define DNS_EVENT_FINDDONE (ISC_EVENTCLASS_DNS + 3)
|
||||
#define DNS_EVENT_QUERY (ISC_EVENTCLASS_DNS + 4)
|
||||
#define DNS_EVENT_QUERYDONE (ISC_EVENTCLASS_DNS + 5)
|
||||
#define DNS_EVENT_DISPATCH (ISC_EVENTCLASS_DNS + 6)
|
||||
|
||||
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
|
||||
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)
|
||||
|
Loading…
x
Reference in New Issue
Block a user