mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:32:11 -04:00
add magic
This commit is contained in:
parent
4bba0ce1d3
commit
26ebe15d05
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue