From 262e8ed36a7011a86bada0f6b3a820e3b18305c9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 18 Apr 2000 08:36:20 +0000 Subject: [PATCH] Add DNS_EVENT_VIEWREQSHUTDOWN --- 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 9232c0080c..29f62dbcf3 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -49,6 +49,7 @@ ISC_LANG_BEGINDECLS #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_VIEWREQSHUTDOWN (ISC_EVENTCLASS_DNS + 22) #define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0) #define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)