added option min-time-between-resolves-option and tests for it
[pingcheck] / src / dns / dnsmaster.h
index 1976ba5..424d8ba 100644 (file)
@@ -100,6 +100,7 @@ public:
     static void create_master(const IoServiceItem &io_serv,
                             const boost::asio::ip::address &default_name_server,
                             const int resolved_ip_ttl_threshold,
+                            const int min_time_between_resolves,
                             const int max_address_resolution_attempts,
                             const std::string &cache_file);
     static void create_master(const IoServiceItem &io_serv,