bugfixed erase and re-set of TTLs; changed time warp thresh from 24h to 10mins
[pingcheck] / src / dns / dnscache.h
index 83292bc..91c1429 100644 (file)
@@ -98,6 +98,7 @@ private:
     cname_map_key_type key_for_cname(const std::string &hostname) const;
     bool check_timestamps(const boost::posix_time::ptime &cache_save_time);
     void remove_old_entries();
+    void debug_print() const;
 
 };