]> git.ipfire.org Git - thirdparty/bind9.git/commit
refactor delzone to use loop callbacks
authorEvan Hunt <each@isc.org>
Thu, 27 Oct 2022 06:43:45 +0000 (23:43 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 16 Feb 2023 16:51:55 +0000 (17:51 +0100)
commit9bdf982ea6c8ac9810ac8efa831081107f4515d5
treecf3b0ef2c355a5ea02b6b2ebc71a5fd87de1fd4e
parentf58e7c28cd1c09a5b9371b5b9619b77a2013e4c8
refactor delzone to use loop callbacks

the rmzone() function is now posted using isc_async_run().

dns_zone_gettask() is no longer used anywhere, and has been
removed.
bin/named/server.c
lib/dns/include/dns/zone.h
lib/dns/zone.c