added doxygen text ofr new variable FirstDelay in PingcheckScheduler constructor
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 12 May 2014 10:02:54 +0000 (12:02 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 12 May 2014 10:02:54 +0000 (12:02 +0200)
src/host/pingscheduler.cpp

index a525399..ce5d1d1 100644 (file)
@@ -57,6 +57,7 @@ using I2n::Logger::GlobalLogger;
  * @param ping_fail_percentage_limit Maximum amount of pings that can fail.
  * @param nameserver Server to resolve the addresses.
  * @param link_analyzer The object to monitor the link status.
+ * @param first_delay Delay in seconds from start_pinging_thread to first ping attempt
  */
 PingScheduler::PingScheduler(
         const string &network_interface,