]> git.ipfire.org Git - thirdparty/bind9.git/commit
Provide thread safe access to dns_xfrin_t state
authorMark Andrews <marka@isc.org>
Thu, 6 Jul 2023 04:00:48 +0000 (14:00 +1000)
committerAram Sargsyan <aram@isc.org>
Fri, 22 Sep 2023 08:52:13 +0000 (08:52 +0000)
commitbed4e36c862f4d01a64379e954ad4e5542bede83
tree6afb747c46a8f739528ae9beb1aac97380d8b62f
parent42f41f003ee42986f4f7e52dfa2260b8a48f75fa
Provide thread safe access to dns_xfrin_t state

dns_xfrin_t state may be accessed from different threads when
when reporting transfer state.  Ensure access is thread safe by
using atomics and locks where appropriate.
lib/dns/include/dns/xfrin.h
lib/dns/xfrin.c