| 55 | } |
| 56 | |
| 57 | int CIB::GetPassiveServiceChecksStatistics(long timespan) |
| 58 | { |
| 59 | return m_PassiveServiceChecksStatistics.UpdateAndGetValues(Utility::GetTime(), timespan); |
| 60 | } |
| 61 | |
| 62 | CheckableCheckStatistics CIB::CalculateHostCheckStats() |
| 63 | { |
nothing calls this directly
no test coverage detected