2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

add magic

This commit is contained in:
Bob Halley 1998-11-12 23:30:58 +00:00
parent 4bba0ce1d3
commit 26ebe15d05

View File

@ -12,6 +12,7 @@ typedef enum {
} isc_rwlocktype_t;
typedef struct isc_rwlock {
unsigned int magic;
isc_mutex_t lock;
isc_condition_t readable;
isc_condition_t writeable;