summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h
index 8011d069c..562a49322 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -326,6 +326,8 @@ class DNS : public EventHandler
*/
dnscache* cache;
+ class CacheTimer* PruneTimer;
+
/**
* Build a dns packet payload
*/
@@ -450,6 +452,7 @@ class DNS : public EventHandler
void DelCache(const std::string &source);
int ClearCache();
+ int PruneCache();
};
#endif