bind9/lib/isc/netmgr
Evan Hunt a52b17d39b
remove isc_task completely
as there is no further use of isc_task in BIND, this commit removes
it, along with isc_taskmgr, isc_event, and all other related types.

functions that accepted taskmgr as a parameter have been cleaned up.
as a result of this change, some functions can no longer fail, so
they've been changed to type void, and their callers have been
updated accordingly.

the tasks table has been removed from the statistics channel and
the stats version has been updated. dns_dyndbctx has been changed
to reference the loopmgr instead of taskmgr, and DNS_DYNDB_VERSION
has been udpated as well.
2023-02-16 18:35:32 +01:00
..
http.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
netmgr-int.h complete change of NETMGR_TRACE to ISC_NETMGR_TRACE 2023-01-20 12:46:34 -08:00
netmgr.c remove isc_task completely 2023-02-16 18:35:32 +01:00
socket.c Extend isc__nm_socket_tcp_nodelay() to accept value 2022-12-20 22:13:53 +02:00
streamdns.c Refactor isc_nm_xfr_allowed() 2023-01-19 10:24:08 +00:00
tcp.c isc_nm_listentcp: treat socket failures gracefully 2023-01-20 11:05:24 +11:00
timer.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
tlsstream.c complete change of NETMGR_TRACE to ISC_NETMGR_TRACE 2023-01-20 12:46:34 -08:00
udp.c Use INSIST rather then REQUIRE to meet DBC usage rules 2023-01-20 11:05:24 +11:00