Renamed StatusNotifier to LinkStatusAnalyzer
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Fri, 25 Mar 2011 16:45:06 +0000 (17:45 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 28 Mar 2011 09:50:31 +0000 (11:50 +0200)
commitfb469ffa0be4c250100a0c2ece78782c4c5453c9
tree76078f74ebde39bdefc310235dce4f198a3fca52
parentc01a60230960db5609e61286b97474cd75f2298a
Renamed StatusNotifier to LinkStatusAnalyzer
- the main purpose of this class is to decide whether the link is down or up, by keeping track the amount of hosts down.
- renamed the variable Analyzer to HostAnalyzer to avoid confusion with the LinkAnalyzer
src/CMakeLists.txt
src/main.cpp
src/notify/linkstatusanalyzer.cpp [moved from src/notify/statusnotifier.cpp with 72% similarity]
src/notify/linkstatusanalyzer.h [moved from src/notify/statusnotifier.h with 68% similarity]
src/ping/hoststatusanalyzer.cpp
src/ping/hoststatusanalyzer.h
src/ping/pingscheduler.cpp
src/ping/pingscheduler.h