Convert the public config struct to the same binary size/construct as in the

latest releases to remain ABI compatible.
This commit is contained in:
Daniel Stenberg
2008-12-01 19:06:24 +00:00
parent 4c84f6b423
commit 39eb96e9ff
3 changed files with 10 additions and 3 deletions

View File

@@ -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;