mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 18:53:10 -04:00
fixup! Use cds_lfht for updatenotify mechanism in dns_db unit
This commit is contained in:
parent
a1afa31a5a
commit
8c4cf5b1de
1 changed files with 1 additions and 2 deletions
|
|
@ -3800,8 +3800,7 @@ dns__rbtdb_create(isc_mem_t *mctx, const dns_name_t *origin, dns_dbtype_t type,
|
|||
rbtdb->node_locks = isc_mem_get(mctx, rbtdb->node_lock_count *
|
||||
sizeof(rbtdb_nodelock_t));
|
||||
|
||||
rbtdb->common.update_listeners =
|
||||
cds_lfht_new(16, 16, 0, CDS_LFHT_ACCOUNTING, NULL);
|
||||
rbtdb->common.update_listeners = cds_lfht_new(16, 16, 0, 0, NULL);
|
||||
|
||||
if (IS_CACHE(rbtdb)) {
|
||||
dns_rdatasetstats_create(mctx, &rbtdb->rrsetstats);
|
||||
|
|
|
|||
Loading…
Reference in a new issue