]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert canceling StreamDNS socket to to isc_async callback
authorOndřej Surý <ondrej@isc.org>
Thu, 23 Mar 2023 22:34:12 +0000 (23:34 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 24 Mar 2023 06:58:53 +0000 (07:58 +0100)
commit7ddc49d66a00a4c8b9f384a123c72dc8b64bae25
treee27614e053ea32b5d1fc5441f65a58d456db25ec
parent2185dc75f0822fc02876046555a2c7ad95e66163
Convert canceling StreamDNS socket to to isc_async callback

Simplify the canceling of the StreamDNS socket by using the isc_async API
from the loopmgr instead of using the asychronous netievent mechanism in
the netmgr.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/streamdns.c