]> git.ipfire.org Git - thirdparty/bind9.git/commit
Separate out adbname flags that are hashed
authorMark Andrews <marka@isc.org>
Tue, 1 Jul 2025 06:45:39 +0000 (16:45 +1000)
committerMark Andrews <marka@isc.org>
Sun, 6 Jul 2025 12:33:27 +0000 (22:33 +1000)
commit9158e6321851af869be2d3fc99e3dc18c8a4981a
tree2ca483e65e0e365c4a6303e0d6b56b44d34b1264
parente5bcbaee992a46e430b139c7a525f7ce1b832d91
Separate out adbname flags that are hashed

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.
lib/dns/adb.c