]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use libuv-provided uv_{export,import} if available.
authorWitold Kręcicki <wpk@isc.org>
Fri, 31 Jan 2020 09:10:44 +0000 (10:10 +0100)
committerWitold Kręcicki <wpk@isc.org>
Tue, 18 Feb 2020 13:21:16 +0000 (14:21 +0100)
commit32d00479e6ebda3d9056b5849bbc7ba1f695ef79
tree88500acae92d8eeb862426b2f96dadca044f65c2
parent85c2f8dab5968630cd1287c5658f1ddedf9206af
Use libuv-provided uv_{export,import} if available.

We were using our own versions of isc_uv_{export,import} functions
for multithreaded TCP listeners. Upcoming libuv version will
contain proper uv_{export,import} functions - use them if they're
available.
config.h.in
config.h.win32
configure
configure.ac
lib/isc/netmgr/uv-compat.c
lib/isc/netmgr/uv-compat.h
lib/isc/win32/libisc.def.in
win32utils/Configure