mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
As we are going to use libuv outside of the netmgr, we need the shims to be readily available for the rest of the codebase. Move the "netmgr/uv-compat.h" to <isc/uv.h> and netmgr/uv-compat.c to uv.c, and as a rule of thumb, the users of libuv should include <isc/uv.h> instead of <uv.h> directly. Additionally, merge netmgr/uverr2result.c into uv.c and rename the single function from isc__nm_uverr2result() to isc_uverr2result(). |
||
|---|---|---|
| .. | ||
| testdata/file | ||
| aes_test.c | ||
| buffer_test.c | ||
| counter_test.c | ||
| crc64_test.c | ||
| doh_test.c | ||
| errno_test.c | ||
| file_test.c | ||
| hash_test.c | ||
| heap_test.c | ||
| hmac_test.c | ||
| ht_test.c | ||
| isctest.c | ||
| isctest.h | ||
| lex_test.c | ||
| Makefile.am | ||
| md_test.c | ||
| mem_test.c | ||
| netaddr_test.c | ||
| netmgr_test.c | ||
| parse_test.c | ||
| quota_test.c | ||
| radix_test.c | ||
| random_test.c | ||
| regex_test.c | ||
| result_test.c | ||
| safe_test.c | ||
| siphash_test.c | ||
| sockaddr_test.c | ||
| stats_test.c | ||
| symtab_test.c | ||
| task_test.c | ||
| time_test.c | ||
| timer_test.c | ||
| uv_wrap.h | ||