mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add validator done event
This commit is contained in:
parent
a193a7a1f0
commit
856ddedea9
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ ISC_LANG_BEGINDECLS
|
|||
#define DNS_EVENT_BYADDRDONE (ISC_EVENTCLASS_DNS + 16)
|
||||
#define DNS_EVENT_ZONECONTROL (ISC_EVENTCLASS_DNS + 17)
|
||||
#define DNS_EVENT_DBDESTROYED (ISC_EVENTCLASS_DNS + 18)
|
||||
#define DNS_EVENT_VALIDATORDONE (ISC_EVENTCLASS_DNS + 19)
|
||||
|
||||
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
|
||||
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)
|
||||
|
|
|
|||
Loading…
Reference in a new issue