From 856ddedea9d8f04a39247ba827e2687fe54770bd Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 24 Feb 2000 00:22:54 +0000 Subject: [PATCH] add validator done event --- lib/dns/include/dns/events.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/include/dns/events.h b/lib/dns/include/dns/events.h index c3e0f05070..17282bce8e 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -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)