| 20 | RingBuffer CIB::m_PassiveServiceChecksStatistics(15 * 60); |
| 21 | |
| 22 | void CIB::UpdateActiveHostChecksStatistics(long tv, int num) |
| 23 | { |
| 24 | m_ActiveHostChecksStatistics.InsertValue(tv, num); |
| 25 | } |
| 26 | |
| 27 | void CIB::UpdateActiveServiceChecksStatistics(long tv, int num) |
| 28 | { |
nothing calls this directly
no test coverage detected