2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

reserve events for address.[ch]

This commit is contained in:
Michael Graff
1999-09-15 21:15:44 +00:00
parent 2a80dff9f2
commit 2808b5a3ef

View File

@@ -35,6 +35,8 @@ ISC_LANG_BEGINDECLS
#define DNS_EVENT_QUERYDONE (ISC_EVENTCLASS_DNS + 5)
#define DNS_EVENT_DISPATCH (ISC_EVENTCLASS_DNS + 6)
#define DNS_EVENT_TCPMSG (ISC_EVENTCLASS_DNS + 7)
#define DNS_EVENT_MOREADDRESSES (ISC_EVENTCLASS_DNS + 8)
#define DNS_EVENT_NOMOREADDRESSES (ISC_EVENTCLASS_DNS + 9)
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)