2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

add APP event class

This commit is contained in:
Bob Halley
1999-07-14 02:03:18 +00:00
parent 55396fb3fb
commit 80d177d3b1

View File

@@ -43,6 +43,7 @@ ISC_LANG_BEGINDECLS
#define ISC_EVENTCLASS_SOCKET ISC_EVENTCLASS(2) #define ISC_EVENTCLASS_SOCKET ISC_EVENTCLASS(2)
#define ISC_EVENTCLASS_FILE ISC_EVENTCLASS(3) #define ISC_EVENTCLASS_FILE ISC_EVENTCLASS(3)
#define ISC_EVENTCLASS_DNS ISC_EVENTCLASS(4) #define ISC_EVENTCLASS_DNS ISC_EVENTCLASS(4)
#define ISC_EVENTCLASS_APP ISC_EVENTCLASS(5)
/* /*
* Event classes >= 1024 and <= 65535 are reserved for application use. * Event classes >= 1024 and <= 65535 are reserved for application use.