From 111bf2b31dc5d9b6b5c00d04afc3b4abd4673f8e Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Fri, 9 Jul 1999 23:46:02 +0000 Subject: [PATCH] another event for tcpmsg --- 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 016e026b64..c32e0d1491 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -34,6 +34,7 @@ ISC_LANG_BEGINDECLS #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_TCPMSG (ISC_EVENTCLASS_DNS + 7) #define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0) #define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)