aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 64ee821ca..727fd5b18 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -617,6 +617,8 @@ struct UserDefined {
char *krb4_level; /* what security level */
struct ssl_config_data ssl; /* user defined SSL stuff */
+ int dns_cache_timeout; /* DNS cache timeout */
+
/* Here follows boolean settings that define how to behave during
this session. They are STATIC, set by libcurl users or at least initially
and they don't change during operations. */
@@ -647,7 +649,6 @@ struct UserDefined {
bool ftp_use_epsv; /* if EPSV is to be attempted or not */
bool global_dns_cache;
- bool dns_cache_timeout;
};
/*