]> git.ipfire.org Git - thirdparty/bind9.git/commit
Abstract bucket lock selection logic
authorAlessio Podda <alessio@isc.org>
Tue, 8 Jul 2025 13:52:35 +0000 (15:52 +0200)
committerAlessio Podda <alessio@isc.org>
Wed, 9 Jul 2025 10:33:18 +0000 (12:33 +0200)
commitc2a84bb17a40147affa16d4c0ccfbc1e61a2ad0a
tree503160869f248d04f6bc0b65ca8676bedfed9c56
parent720fa146704b02910e62e493c373db79fe351d44
Abstract bucket lock selection logic

Recovering the node lock from a pointer to the header and a pointer to
the db is a common operation. This commit abstracts it away into a
function, so that the node lock selection logic may be modified more
easily.
lib/dns/qpzone.c
tests/dns/qpzone_test.c