From baf8179150adce46c27392f302fe05fa58d0af37 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Sat, 16 Oct 1999 00:37:55 +0000 Subject: [PATCH] use DNS_EVENT_ADBNAMEDELETED to indicate a name was pulled out from under a request. --- 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 04d0cd8fbd..f56dcbfd53 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -40,6 +40,7 @@ ISC_LANG_BEGINDECLS #define DNS_EVENT_UPDATE (ISC_EVENTCLASS_DNS + 10) #define DNS_EVENT_UPDATEDONE (ISC_EVENTCLASS_DNS + 11) #define DNS_EVENT_ADBCANCELED (ISC_EVENTCLASS_DNS + 12) +#define DNS_EVENT_ADBNAMEDELETED (ISC_EVENTCLASS_DNS + 13) #define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0) #define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)