]> git.ipfire.org Git - thirdparty/bind9.git/commit
refactor plugin hook resumption to use loop callbacks
authorEvan Hunt <each@isc.org>
Thu, 27 Oct 2022 16:54:27 +0000 (09:54 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 16 Feb 2023 16:16:41 +0000 (17:16 +0100)
commitb061c7e27f51518e9fff1c9fc8d0fe6d03cdf08f
tree6f6eebd89fabf089c5f688095aac657762a491d6
parent773d47c95c46dccea5272bada3dd598437517cb5
refactor plugin hook resumption to use loop callbacks

plugins supporting asynchronous operation now use a loop callback
to resume operation in query_hookresume() rather than a task.
bin/tests/system/hooks/driver/test-async.c
lib/dns/client.c
lib/dns/include/dns/client.h
lib/dns/include/dns/resolver.h
lib/ns/include/ns/hooks.h
lib/ns/include/ns/query.h
lib/ns/query.c
tests/ns/query_test.c