use line digestion recognition in PingScheduler;
[pingcheck] / src / host / hoststatus.h
index 1bb5a08..6e3e3d2 100644 (file)
@@ -52,6 +52,7 @@ public:
     bool exceeded_ping_congestion_limit() const;
     void update_ping_statistics( const PingStatus &ping_success,
                                  const long ping_duration_us );
+    void set_n_parallel_pings(const int n_parallel_pings);
 
 private:
     void update_fail_stats( const PingStatus &ping_success );