added option min-time-between-resolves-option and tests for it
[pingcheck] / src / main.cpp
index 1463001..5fffb50 100644 (file)
@@ -517,6 +517,7 @@ int main( int argc, const char *argv[] )
                            io_service,
                            name_server_ip,
                            configuration->get_resolved_ip_ttl_threshold(),
+                           configuration->get_min_time_between_resolves(),
                            configuration->get_max_address_resolution_attempts(),
                            configuration->get_dns_cache_file() );