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

Added DNS_EVENT_VALIDATORSTART

This commit is contained in:
Brian Wellington
2000-04-07 17:15:35 +00:00
parent dded22b184
commit b80a8db9f9

View File

@@ -48,6 +48,7 @@ ISC_LANG_BEGINDECLS
#define DNS_EVENT_DBDESTROYED (ISC_EVENTCLASS_DNS + 18)
#define DNS_EVENT_VALIDATORDONE (ISC_EVENTCLASS_DNS + 19)
#define DNS_EVENT_REQUESTDONE (ISC_EVENTCLASS_DNS + 20)
#define DNS_EVENT_VALIDATORSTART (ISC_EVENTCLASS_DNS + 21)
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)