use line digestion recognition in PingScheduler;
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 26 May 2015 13:10:43 +0000 (15:10 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 26 May 2015 13:10:43 +0000 (15:10 +0200)
commit242e5fb3c0c7b8c212587886bb92891a7f70cdef
treeb33cd991f246b25e46a67e9e24ddfc2df508bbd6
parenta7b156391f934bc05a2b73315ef0dedb14c027a5
use line digestion recognition in PingScheduler;

* created new PingNumber based on PingInterval
* moved creation of pingers just before calling Pinger->ping
* moved creation of DnsResolver to prepare_next_ping
* removed unnecessary arg to update_dns_resolver
* fixed bug in HostStatus::log_prefix
src/CMakeLists.txt
src/host/hoststatus.cpp
src/host/hoststatus.h
src/host/pinginterval.cpp
src/host/pingnumber.cpp [new file with mode: 0644]
src/host/pingnumber.h [new file with mode: 0644]
src/host/pingscheduler.cpp
src/host/pingscheduler.h
src/main.cpp