]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert dns_message reference counting to ISC_REFCOUNT macros
authorOndřej Surý <ondrej@isc.org>
Fri, 22 Sep 2023 11:59:10 +0000 (13:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Sun, 24 Sep 2023 08:09:04 +0000 (10:09 +0200)
commit759a977a67bb3f5e4437a356d9430fc79ffd0237
tree796c586baf126755d98922d6e6b009b81c59419e
parent3340c82b99fd0cabfafaf942c774723cdb0f7356
Convert dns_message reference counting to ISC_REFCOUNT macros

Unify the dns_message reference counting to use ISC_REFCOUNT_{IMPL,DECL}
macros to reduce the code duplicity and add reference count tracing.
lib/dns/include/dns/message.h
lib/dns/message.c