aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares/ares_private.h')
-rw-r--r--ares/ares_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_private.h b/ares/ares_private.h
index 917d463f4..c75ab97c0 100644
--- a/ares/ares_private.h
+++ b/ares/ares_private.h
@@ -82,8 +82,8 @@ struct send_request {
struct server_state {
struct in_addr addr;
- int udp_socket;
- int tcp_socket;
+ ares_socket_t udp_socket;
+ ares_socket_t tcp_socket;
/* Mini-buffer for reading the length word */
unsigned char tcp_lenbuf[2];