]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace dns_rbtnode_t with dns_qpdata_t
authorMatthijs Mekking <matthijs@isc.org>
Tue, 16 Jan 2024 11:09:52 +0000 (12:09 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 08:57:25 +0000 (09:57 +0100)
commitfe97aa59b9bfd8311cb8856b7e36cb7b021e8057
tree264df2c96749ee8e4c86124e7a76891c86b5470d
parentcc3a40dafa2cdb6b57ab88ae0c6e01dcf8550a78
Replace dns_rbtnode_t with dns_qpdata_t

This for now has almost the same structure contents except for
dns_qpdata_t has 'fn' and 'name' to store the domain name.
lib/dns/include/dns/types.h
lib/dns/qp-cachedb.c
lib/dns/qp-zonedb.c
lib/dns/qpdb.c
lib/dns/qpdb_p.h
tests/dns/qpdb_test.c