Skip to content

Fix ISC_REFCOUNT_TRACE_IMPL usage

Arаm Sаrgsyаn requested to merge aram/fix-ISC_REFCOUNT_TRACE_IMPL-usage into main

ISC_REFCOUNT_TRACE_IMPL uses isc_tid(), but the corresponding header file is not included, which breaks, for example, compiling BIND with DNS_CATZ_TRACE defined in lib/dns/include/dns/catz.h.

Add '#include <isc/tid.h>' in lib/isc/include/isc/refcount.h.

Merge request reports