Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
2467f3ca
Commit
2467f3ca
authored
May 14, 2000
by
David Lawrence
Browse files
Removed comment about some day prefixing members of ISC_EVENT_COMMON
with ev_ prefix, since that has been done.
parent
df8c9ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/event.h
View file @
2467f3ca
...
...
@@ -27,15 +27,6 @@
typedef
void
(
*
isc_eventdestructor_t
)(
isc_event_t
*
);
/*
* XXXRTH These fields may soon be prefixed with something like "ev_"
* so that there's no way someone using ISC_EVENT_COMMON could
* have a namespace conflict with us.
*
* On the other hand, if we ever changed the contents of this
* structure, we'd break binary compatibility, so maybe this isn't
* really an issue.
*/
#define ISC_EVENT_COMMON(ltype) \
size_t ev_size; \
unsigned int ev_attributes; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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