From ce07d4eaac2cf7545cd1c0fdb1f0bff37db625dd Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 28 Jun 1999 23:36:39 +0000 Subject: [PATCH] add dispatch event type --- 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 a18e301bf5..016e026b64 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -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)