Don't update the same IP more than 2 times in success.
[bpdyndnsd] / src / service_zoneedit.hpp
index 61c58b7..836cc80 100644 (file)
@@ -42,7 +42,7 @@ public:
 
     ServiceZoneedit();
 
-    ServiceZoneedit(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);
+    ServiceZoneedit(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);
 
     ~ServiceZoneedit();