]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add optional debugging output for fetch context reference counting
authorOndřej Surý <ondrej@isc.org>
Thu, 23 Oct 2025 11:11:45 +0000 (13:11 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:39:23 +0000 (10:39 +0100)
commit3e971db1edc79a99f25c4523f40fade8ade6880d
tree36becbd7ffc43b276c62f5b7fe3b548ee2e4648e
parentaa14165656847b8e186bdf17c2cd29c3c587fc70
Add optional debugging output for fetch context reference counting

As the fetch context reference counting was converted to userspace RCU
reference counting, the ability to debug the reference counting was
lost.  Restore the debugging by adding the optional compile-time enabled
debugging output again.
lib/dns/resolver.c