Compare commits

...

1 Commits

Author SHA1 Message Date
Ondřej Surý
cf71e99a9f WIP: make per-loop ADB names and entries tables and remove locking from ADB 2024-07-23 22:58:32 +02:00
2 changed files with 350 additions and 341 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -121,7 +121,6 @@ struct dns_adbfind {
ISC_LINK(dns_adbfind_t) publink; /*%< RW: client use */
/* Private */
isc_mutex_t lock; /* locks all below */
in_port_t port;
unsigned int flags;
dns_adbname_t *adbname;