From: Pieter Lexis Date: Thu, 25 May 2017 16:51:29 +0000 (+0200) Subject: Merge pull request #5236 from rgacogne/rec-doresolveat-refactor X-Git-Tag: rec-4.1.0-alpha1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=531bc0d6fcb78e023229b2a8bae816609f4faf27;p=pdns Merge pull request #5236 from rgacogne/rec-doresolveat-refactor rec: Move to thread_local, refactor `SyncRes::doResolveAt()` and auth zones --- 531bc0d6fcb78e023229b2a8bae816609f4faf27 diff --cc pdns/recursor_cache.hh index baa988b3e,6bfe31636..8999335f9 --- a/pdns/recursor_cache.hh +++ b/pdns/recursor_cache.hh @@@ -57,8 -57,8 +57,7 @@@ public void replace(time_t, const DNSName &qname, const QType& qt, const vector& content, const vector>& signatures, bool auth, boost::optional ednsmask=boost::optional()); void doPrune(void); - void doSlash(int perc); uint64_t doDump(int fd); - uint64_t doDumpNSSpeeds(int fd); int doWipeCache(const DNSName& name, bool sub, uint16_t qtype=0xffff); bool doAgeCache(time_t now, const DNSName& name, uint16_t qtype, uint32_t newTTL);