From: Bert Hubert Date: Tue, 3 Jun 2008 22:43:24 +0000 (+0000) Subject: oops - partial commit X-Git-Tag: rec-3.1.7.1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b90f0be77ea2a28b78e2faddf012d3fda48d052;p=thirdparty%2Fpdns.git oops - partial commit git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1183 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/recursor_cache.hh b/pdns/recursor_cache.hh index 3494efe7bc..d5b1f5385f 100644 --- a/pdns/recursor_cache.hh +++ b/pdns/recursor_cache.hh @@ -118,6 +118,8 @@ private: pair d_cachecache; string d_cachedqname; bool d_cachecachevalid; + bool attemptToRefreshNSTTL(const QType& qt, const set& content, const CacheEntry& stored); + }; string DNSRR2String(const DNSResourceRecord& rr); DNSResourceRecord String2DNSRR(const string& qname, const QType& qt, const string& serial, uint32_t ttd);