]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Separate out adbname type flags
authorMark Andrews <marka@isc.org>
Sun, 6 Jul 2025 13:09:13 +0000 (23:09 +1000)
committerMark Andrews <marka@isc.org>
Sun, 6 Jul 2025 13:09:13 +0000 (23:09 +1000)
There are three adbname flags that are used to identify different
types of adbname lookups when hashing rather than using multiple
hash tables.  Separate these to their own structure element as these
need to be able to be read without locking the adbname structure.

Closes #5404

Merge branch '5404-seperate-out-adbname-type-flags' into 'main'

See merge request isc-projects/bind9!10677


Trivial merge