Don't update the same IP more than 2 times in success.
[bpdyndnsd] / src / service_dhs.hpp
index 1cb8ec5..b529a0d 100644 (file)
@@ -44,7 +44,7 @@ public:
 
     ServiceDhs();
 
-    ServiceDhs(const std::string& _protocol, const std::string& _hostname, const std::string& _login, const std::string& _password, const Logger::Ptr& _logger, const int _update_interval, const int _max_updates_within_interval, const int dns_cache_ttl, const std::string& proxy, const int proxy_port);
+    ServiceDhs(const std::string& _protocol, const std::string& _hostname, const std::string& _login, const std::string& _password, const Logger::Ptr& _logger, const int _update_interval, const int _max_updates_within_interval, const int max_equal_updates_in_succession, const int dns_cache_ttl, const std::string& proxy, const int proxy_port);
 
     ~ServiceDhs();