mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 08:05:21 +00:00
commenting improvement
This commit is contained in:
@@ -28,8 +28,10 @@ typedef enum {
|
|||||||
} isc_rwlocktype_t;
|
} isc_rwlocktype_t;
|
||||||
|
|
||||||
typedef struct isc_rwlock {
|
typedef struct isc_rwlock {
|
||||||
|
/* Unlocked. */
|
||||||
unsigned int magic;
|
unsigned int magic;
|
||||||
isc_mutex_t lock;
|
isc_mutex_t lock;
|
||||||
|
/* Locked by lock. */
|
||||||
isc_condition_t readable;
|
isc_condition_t readable;
|
||||||
isc_condition_t writeable;
|
isc_condition_t writeable;
|
||||||
isc_rwlocktype_t type;
|
isc_rwlocktype_t type;
|
||||||
|
Reference in New Issue
Block a user