From d5db7668a7b0bfa54fa7535ee89799da667ba1cd Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Sat, 18 Mar 2000 00:40:33 +0000 Subject: [PATCH] added ISC_EVENTCLASS_OMAPI --- 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 e29362adab..1f773505c8 100644 --- a/lib/isc/include/isc/eventclass.h +++ b/lib/isc/include/isc/eventclass.h @@ -44,6 +44,7 @@ ISC_LANG_BEGINDECLS #define ISC_EVENTCLASS_FILE ISC_EVENTCLASS(3) #define ISC_EVENTCLASS_DNS ISC_EVENTCLASS(4) #define ISC_EVENTCLASS_APP ISC_EVENTCLASS(5) +#define ISC_EVENTCLASS_OMAPI ISC_EVENTCLASS(6) /* * Event classes >= 1024 and <= 65535 are reserved for application use.