]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
oops - partial commit
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 3 Jun 2008 22:43:24 +0000 (22:43 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 3 Jun 2008 22:43:24 +0000 (22:43 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1183 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/recursor_cache.hh

index 3494efe7bc552a58959419e3ead6fc665bfbbac6..d5b1f5385f141230d15580f2bb3bd439b487fd31 100644 (file)
@@ -118,6 +118,8 @@ private:
   pair<cache_t::iterator, cache_t::iterator> d_cachecache;
   string d_cachedqname;
   bool d_cachecachevalid;
+  bool attemptToRefreshNSTTL(const QType& qt, const set<DNSResourceRecord>& content, const CacheEntry& stored);
+
 };
 string DNSRR2String(const DNSResourceRecord& rr);
 DNSResourceRecord String2DNSRR(const string& qname, const QType& qt, const string& serial, uint32_t ttd);