]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/recursor_cache.hh
Merge pull request #5332 from rgacogne/edns-truncate-tests
[thirdparty/pdns.git] / pdns / recursor_cache.hh
index 48c1803f29648c7c9b9f7ce58d554fa8f0f50111..baa988b3e22587ece94dc74a87fdb8097b544f05 100644 (file)
@@ -57,12 +57,12 @@ public:
 
   void replace(time_t, const DNSName &qname, const QType& qt,  const vector<DNSRecord>& content, const vector<shared_ptr<RRSIGRecordContent>>& signatures, bool auth, boost::optional<Netmask> ednsmask=boost::optional<Netmask>());
   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);
+
   uint64_t cacheHits, cacheMisses;
 
 private: