]> git.ipfire.org Git - thirdparty/bind9.git/commit
refactor dns_request to use loopmgr callbacks
authorEvan Hunt <each@isc.org>
Wed, 26 Oct 2022 05:56:48 +0000 (22:56 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 16 Feb 2023 13:55:06 +0000 (14:55 +0100)
commit106da9c190da1238e2ee3288e84e708cbc74befc
treef2ad832593977c5afcbc2ab4918c254d95733dd3
parentd3e2b680d0ad0d4f70b7d72382eecacc537ae59d
refactor dns_request to use loopmgr callbacks

dns_request_create() and _createraw() now take a 'loop' parameter
and run the callback event on the specified loop.

as the task manager is no longer used, it has been removed from
the dns_requestmgr structure.  the dns_resolver_taskmgr() function
is also no longer used and has been removed.
bin/nsupdate/nsupdate.c
bin/tests/system/pipelined/pipequeries.c
bin/tests/system/tkey/keycreate.c
bin/tests/system/tkey/keydelete.c
bin/tools/mdig.c
lib/dns/include/dns/request.h
lib/dns/include/dns/resolver.h
lib/dns/request.c
lib/dns/resolver.c
lib/dns/view.c
lib/dns/zone.c