]> git.ipfire.org Git - thirdparty/bind9.git/commit
dns_adb: Remove deadnames and deadentries
authorOndřej Surý <ondrej@isc.org>
Wed, 27 Jul 2022 11:45:15 +0000 (13:45 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 30 Nov 2022 09:03:23 +0000 (10:03 +0100)
commit327768e280958a0019a8eff19a98cb5fbc341685
treedc9cee8002fa0cdd0b2c13891e4c5a79cc5767b8
parentf4229a92c9f4eab75e0f91ddb4d2f13f8a12dd85
dns_adb: Remove deadnames and deadentries

Previously, the name and entry buckets were much larger, so the dead
names and entries were moved to a secondary list to be cleaned
later (f.e. after the already running fetch has been canceled).  After
the last refactoring, the bucket now contains only the name (entry)
itself and thus the extra list has a little use.  Remove the .deadnames
and .deadentries from dns_adbnamebucket_t and dns_adbentrybucket_t
structures.
lib/dns/adb.c