| 35 | } |
| 36 | |
| 37 | int CIB::GetActiveServiceChecksStatistics(long timespan) |
| 38 | { |
| 39 | return m_ActiveServiceChecksStatistics.UpdateAndGetValues(Utility::GetTime(), timespan); |
| 40 | } |
| 41 | |
| 42 | void CIB::UpdatePassiveHostChecksStatistics(long tv, int num) |
| 43 | { |
nothing calls this directly
no test coverage detected