1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-07 03:12:37 +00:00

Made sortlist support IPv6 (this can probably use some testing)

This commit is contained in:
Dominick Meglio
2005-04-09 19:59:59 +00:00
parent 61f1399c2f
commit 7012fc65d9
5 changed files with 96 additions and 24 deletions

View File

@ -39,11 +39,6 @@
#undef WIN32
#endif
union ares_addr {
struct in_addr addr4;
struct in6_addr addr6;
};
struct addr_query {
/* Arguments passed to ares_gethostbyaddr() */
ares_channel channel;