aboutsummaryrefslogtreecommitdiff
path: root/ares/ares.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-01 19:06:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-01 19:06:24 +0000
commit39eb96e9ffa4ba768223383351dd3c0447163ee5 (patch)
treeb922b7df251e9828acce993172e50b065fc80da0 /ares/ares.h
parent4c84f6b423127dab15bb42bd63135449c1601a2a (diff)
Convert the public config struct to the same binary size/construct as in the
latest releases to remain ABI compatible.
Diffstat (limited to 'ares/ares.h')
-rw-r--r--ares/ares.h1
1 files changed, 0 insertions, 1 deletions
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;