add validator done event

This commit is contained in:
Bob Halley 2000-02-24 00:22:54 +00:00
parent a193a7a1f0
commit 856ddedea9

View file

@ -46,6 +46,7 @@ ISC_LANG_BEGINDECLS
#define DNS_EVENT_BYADDRDONE (ISC_EVENTCLASS_DNS + 16)
#define DNS_EVENT_ZONECONTROL (ISC_EVENTCLASS_DNS + 17)
#define DNS_EVENT_DBDESTROYED (ISC_EVENTCLASS_DNS + 18)
#define DNS_EVENT_VALIDATORDONE (ISC_EVENTCLASS_DNS + 19)
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)