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
e2e72750
Commit
e2e72750
authored
Apr 26, 2000
by
Andreas Gustafsson
Browse files
added ISC_EVENTATTR_CANCELED
parent
18657d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/event.h
View file @
e2e72750
...
...
@@ -59,6 +59,15 @@ typedef void (*isc_eventdestructor_t)(isc_event_t *);
*/
#define ISC_EVENTATTR_NOPURGE 0x00000001
/*
* The ISC_EVENTATTR_CANCELED attribute is intended to indicate
* that an event is delivered as a result of a canceled operation
* rather than successful completion, by mutual agreement
* between the sender and receiver. It is not set or used by
* the task system.
*/
#define ISC_EVENTATTR_CANCELED 0x00000002
#define ISC_EVENT_INIT(event, sz, at, ta, ty, ac, ar, sn, df, da) \
do { \
(event)->ev_size = (sz); \
...
...
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