]> 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 11:17:55 +0000 (12:17 +0100)
commit093af1a6099dfd0d0a25d47b229e5ba5e43e6cdd
tree1284a5bdad332217dd5ec37cbcb0e5f644027c10
parenta0d36d760199e71281e17fa8e4bb276a7cabf839
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