commenting improvement

This commit is contained in:
Bob Halley 1999-02-12 02:04:41 +00:00
parent ccedaf210f
commit 19511ab025

View file

@ -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;