]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor isc__nm_socket_freebind() to take fd and sa_family as args
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Oct 2020 09:17:52 +0000 (11:17 +0200)
committerOndřej Surý <ondrej@sury.org>
Mon, 5 Oct 2020 14:19:23 +0000 (16:19 +0200)
commit601fc37efe8ef455ea87c7c891f2558e1b26a6ea
tree276f79d25c0643ece4094377af02c3e4682bdc43
parentc3d721b13b86056c5fc48ef4df28a20c247d5f20
Refactor isc__nm_socket_freebind() to take fd and sa_family as args

The isc__nm_socket_freebind() has been refactored to match other
isc__nm_socket_...() helper functions and take uv_os_fd_t and
sa_family_t as function arguments.

(cherry picked from commit 9dc01a636b45686714f29f8814d8dad422754c25)
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/udp.c