From 39eb96e9ffa4ba768223383351dd3c0447163ee5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Dec 2008 19:06:24 +0000 Subject: Convert the public config struct to the same binary size/construct as in the latest releases to remain ABI compatible. --- ares/ares.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ares/ares.h') diff --git a/ares/ares.h b/ares/ares.h index e2c7f4c05..0f162e2a1 100644 --- a/ares/ares.h +++ b/ares/ares.h @@ -185,7 +185,6 @@ struct ares_options { int timeout; /* in seconds or milliseconds, depending on options */ int tries; int ndots; - int rotate; unsigned short udp_port; unsigned short tcp_port; int socket_send_buffer_size; -- cgit v1.2.3