]> git.ipfire.org Git - thirdparty/bind9.git/commit
implement refcount tracing in xfrin.c
authorEvan Hunt <each@isc.org>
Thu, 23 Feb 2023 18:29:33 +0000 (10:29 -0800)
committerEvan Hunt <each@isc.org>
Fri, 24 Feb 2023 08:30:33 +0000 (08:30 +0000)
commita4c8decc6ad33f3315a0c2630e04ff29ff04b5fa
treee25af4bf163b3fc958457a5fff899df298df4a61
parentd72419d1f57a908a5c40661c98ab489d5d319e35
implement refcount tracing in xfrin.c

use ISC_REFCOUNT_IMPL for dns_xfrin_ctx_t (which has been renamed
to dns_xfrin_t to keep the function names dns_xfrin_attach() and
dns_xfrin_detach() unchanged).
lib/dns/include/dns/xfrin.h
lib/dns/xfrin.c
lib/dns/zone.c