]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace dns_rbt_nodecount with dns_qp_memusage
authorMatthijs Mekking <matthijs@isc.org>
Tue, 16 Jan 2024 10:51:46 +0000 (11:51 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 6 Mar 2024 08:57:25 +0000 (09:57 +0100)
commitcc3a40dafa2cdb6b57ab88ae0c6e01dcf8550a78
tree4769a3f2117efce5b3c45fbefb3feb27c491e23f
parente95dfc01195e43be6fc144cf0a03e12d2cdcb98f
Replace dns_rbt_nodecount with dns_qp_memusage

We now count the nodes by getting the memory usage and return the
number of leaves.
lib/dns/qpdb.c