Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
27d4efe5
Commit
27d4efe5
authored
Nov 22, 1999
by
Bob Halley
Browse files
cleanup; add view shutdown events
parent
205790a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/events.h
View file @
27d4efe5
...
...
@@ -29,20 +29,19 @@ ISC_LANG_BEGINDECLS
#define DNS_EVENT_FETCHCONTROL (ISC_EVENTCLASS_DNS + 0)
#define DNS_EVENT_FETCHDONE (ISC_EVENTCLASS_DNS + 1)
#define DNS_EVENT_
FIND
(ISC_EVENTCLASS_DNS + 2)
#define DNS_EVENT_
FINDDONE
(ISC_EVENTCLASS_DNS + 3)
#define DNS_EVENT_
QUERY
(ISC_EVENTCLASS_DNS + 4)
#define DNS_EVENT_
QUERY
DONE (ISC_EVENTCLASS_DNS + 5)
#define DNS_EVENT_
VIEWRESSHUTDOWN
(ISC_EVENTCLASS_DNS + 2)
#define DNS_EVENT_
VIEWADBSHUTDOWN
(ISC_EVENTCLASS_DNS + 3)
#define DNS_EVENT_
UPDATE
(ISC_EVENTCLASS_DNS + 4)
#define DNS_EVENT_
UPDATE
DONE (ISC_EVENTCLASS_DNS + 5)
#define DNS_EVENT_DISPATCH (ISC_EVENTCLASS_DNS + 6)
#define DNS_EVENT_TCPMSG (ISC_EVENTCLASS_DNS + 7)
#define DNS_EVENT_ADBMOREADDRESSES (ISC_EVENTCLASS_DNS + 8)
#define DNS_EVENT_ADBNOMOREADDRESSES (ISC_EVENTCLASS_DNS + 9)
#define DNS_EVENT_UPDATE (ISC_EVENTCLASS_DNS + 10)
#define DNS_EVENT_UPDATEDONE (ISC_EVENTCLASS_DNS + 11)
#define DNS_EVENT_ADBCANCELED (ISC_EVENTCLASS_DNS + 12)
#define DNS_EVENT_ADBNAMEDELETED (ISC_EVENTCLASS_DNS + 13)
#define DNS_EVENT_ADBSHUTDOWN (ISC_EVENTCLASS_DNS + 14)
#define DNS_EVENT_ADBEXPIRED (ISC_EVENTCLASS_DNS + 14)
#define DNS_EVENT_ADBCANCELED (ISC_EVENTCLASS_DNS + 10)
#define DNS_EVENT_ADBNAMEDELETED (ISC_EVENTCLASS_DNS + 11)
#define DNS_EVENT_ADBSHUTDOWN (ISC_EVENTCLASS_DNS + 12)
#define DNS_EVENT_ADBEXPIRED (ISC_EVENTCLASS_DNS + 13)
#define DNS_EVENT_ADBCONTROL (ISC_EVENTCLASS_DNS + 14)
#define DNS_EVENT_FIRSTEVENT (ISC_EVENTCLASS_DNS + 0)
#define DNS_EVENT_LASTEVENT (ISC_EVENTCLASS_DNS + 65535)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment