]> git.ipfire.org Git - thirdparty/bind9.git/commit
refactor dns_validator to use loop callbacks
authorEvan Hunt <each@isc.org>
Thu, 27 Oct 2022 23:51:10 +0000 (16:51 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 16 Feb 2023 13:55:06 +0000 (14:55 +0100)
commit7a78a85b351091c7d3d79db22285d005d73d87aa
tree094966d1bd4722221d90e08615650dff0ee26cf4
parent31aee2ef9cd84fc16016b98d95fc63212f8e2fa8
refactor dns_validator to use loop callbacks

The validator now uses loop callbacks to post its completion
events. (A task is still used for the fetches.)
lib/dns/include/dns/validator.h
lib/dns/resolver.c
lib/dns/validator.c