]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use isc_hashmap instead of isc_ht in the dns_resolver API
authorOndřej Surý <ondrej@isc.org>
Mon, 7 Nov 2022 14:37:30 +0000 (15:37 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 10 Nov 2022 14:07:19 +0000 (15:07 +0100)
commitb7eabb63942c25b3efb21499cd03f430c93aa4e1
treec997ae67886809130f33eac5e757b11a955b60f6
parente1220a2d4f66a2a602ab887280bf23b441b62f6f
Use isc_hashmap instead of isc_ht in the dns_resolver API

Replace the use of isc_ht API with isc_hashmap API in the dns_resolver
implementation.  This requires extending the fctxbucket_t structure to
include keysize and copy of the key because the isc_hashmap API needs
the raw key in case of resizing the hashmap table.
lib/dns/resolver.c