mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:40:00 -04:00
commenting improvement
This commit is contained in:
parent
ccedaf210f
commit
19511ab025
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue