summaryrefslogtreecommitdiff
path: root/src/htsopt.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-06 18:51:07 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-06 18:51:07 +0000
commitc0154f5e778624c6e1c7e69468b99b011452f03f (patch)
tree2b2832efde9de6db6b53039aa95ba2cf73ff34a8 /src/htsopt.h
parentbd28ac98ded17e44c66d4b8b7e6a739b45dc8ae0 (diff)
Finished to cleanup the DNS cache.
Diffstat (limited to 'src/htsopt.h')
-rw-r--r--src/htsopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htsopt.h b/src/htsopt.h
index 76dc793..ae0c32d 100644
--- a/src/htsopt.h
+++ b/src/htsopt.h
@@ -232,6 +232,7 @@ struct htsoptstate {
int verif_backblue_done;
int verif_external_status;
t_dnscache *dns_cache;
+ int dns_cache_nthreads;
/* HTML parsing state */
char _hts_errmsg[HTS_CDLMAXSIZE + 256];
int _hts_in_html_parsing;