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
19511ab0
Commit
19511ab0
authored
Feb 12, 1999
by
Bob Halley
Browse files
commenting improvement
parent
ccedaf21
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/rwlock.h
View file @
19511ab0
...
...
@@ -28,8 +28,10 @@ typedef enum {
}
isc_rwlocktype_t
;
typedef
struct
isc_rwlock
{
/* Unlocked. */
unsigned
int
magic
;
isc_mutex_t
lock
;
/* Locked by lock. */
isc_condition_t
readable
;
isc_condition_t
writeable
;
isc_rwlocktype_t
type
;
...
...
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