mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
add APP event class
This commit is contained in:
parent
55396fb3fb
commit
80d177d3b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue