Expire old entries in LastUpdates of each service.
[bpdyndnsd] / src / service.hpp
index dcec4b9..3b460e2 100644 (file)
@@ -70,6 +70,8 @@ public:
 
     bool update_allowed(const time_t current_time);
 
+    void set_last_update(const time_t current_time);
+
     int get_update_interval()const;
     void set_update_interval(const int _update_interval);