]> git.ipfire.org Git - thirdparty/bind9.git/commit
Convert starting TCP children to to isc_async callback
authorOndřej Surý <ondrej@isc.org>
Thu, 23 Mar 2023 11:18:18 +0000 (12:18 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 24 Mar 2023 06:58:52 +0000 (07:58 +0100)
commite1524f2b4e52a0fece139cd812ddd9f15212bcff
treede2a587efa6b2079dbb5743457b1014f944f3235
parent8cb4cfd9db524e61c61420fc2da3f917773b6d93
Convert starting TCP children to to isc_async callback

Simplify the starting of the TCP children 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/tcp.c