merged PingRotate into PingScheduler; fixed save/load of cache to/from file; started...
[pingcheck] / src / dns / ippseudoresolver.h
index f508749..a3edee7 100644 (file)
@@ -63,7 +63,8 @@ private:
 
 // only real public function
 public:
-    HostAddress get_next_ip()  { return IpAddress;  }
+    HostAddress get_next_ip(const bool check_up_to_date=true)
+                               { return IpAddress;  }
     bool have_up_to_date_ip()  { return true;       }
     int get_resolved_ip_count(){ return 1;          }
     bool is_resolving()        { return false;      }