improved information content of logs: in LinkAnalyzer messages add cname chain
[pingcheck] / src / dns / dnsmaster.h
index 6b2a8b9..a90a8ca 100644 (file)
@@ -115,6 +115,9 @@ public:
     int get_max_address_resolution_attempts() const;
     int get_max_recursion_count() const;
 
+    // access to Cache
+    static std::string get_cname_chain_str(const std::string &hostname);
+
 // variables
 private:
     IoServiceItem IoService;