]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor dns_master_dump*async() to use offloaded work
authorOndřej Surý <ondrej@isc.org>
Wed, 26 Oct 2022 18:01:29 +0000 (20:01 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 31 Oct 2022 10:30:27 +0000 (10:30 +0000)
commit04670889bc855c20be0ea95dd8007e95ff6f94c0
tree2ee0108830cae974c22f8ec80d12fc79b0812456
parentb54c721894397f623837ea9931a2d2c05b18e92a
Refactor dns_master_dump*async() to use offloaded work

The dns_master_dump*async() functions were using isc_async_run() to
schedule work on the active loop; use isc_work_enqueue() instead.
bin/named/server.c
lib/dns/include/dns/zone.h
lib/dns/masterdump.c
lib/dns/zone.c