summaryrefslogtreecommitdiff
path: root/ares_private.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
commitf31add0695b9a0ce9edb5bbffde0ebb2f5500e72 (patch)
tree66b367cb8e109fdcb1a98253d54952313ca98259 /ares_private.h
parente57dc7b7688f6e7930c4ea2d0bc5fc48bb28ae03 (diff)
downloadc-ares-f31add0695b9a0ce9edb5bbffde0ebb2f5500e72.tar.gz
c-ares-f31add0695b9a0ce9edb5bbffde0ebb2f5500e72.tar.bz2
c-ares-f31add0695b9a0ce9edb5bbffde0ebb2f5500e72.zip
Convert the public config struct to the same binary size/construct as in the
latest releases to remain ABI compatible.
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ares_private.h b/ares_private.h
index a7be3f0..bae0b07 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -263,6 +263,8 @@ struct ares_channeldata {
int nsort;
char *lookups;
+ int optmask; /* the option bitfield passed in at init time */
+
/* Server addresses and communications state */
struct server_state *servers;
int nservers;