From 80d177d3b1daf60ae2140d4075bc1c6d311eb24c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 14 Jul 1999 02:03:18 +0000 Subject: [PATCH] add APP event class --- lib/isc/include/isc/eventclass.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isc/include/isc/eventclass.h b/lib/isc/include/isc/eventclass.h index 67a7b83b70..7364f5c62f 100644 --- a/lib/isc/include/isc/eventclass.h +++ b/lib/isc/include/isc/eventclass.h @@ -43,6 +43,7 @@ ISC_LANG_BEGINDECLS #define ISC_EVENTCLASS_SOCKET ISC_EVENTCLASS(2) #define ISC_EVENTCLASS_FILE ISC_EVENTCLASS(3) #define ISC_EVENTCLASS_DNS ISC_EVENTCLASS(4) +#define ISC_EVENTCLASS_APP ISC_EVENTCLASS(5) /* * Event classes >= 1024 and <= 65535 are reserved for application use.