| 2924 | } |
| 2925 | |
| 2926 | void IcingaDB::StateChangeHandler(const ConfigObject::Ptr& object, const CheckResult::Ptr& cr, StateType type) |
| 2927 | { |
| 2928 | for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 2929 | rw->SendStateChange(object, cr, type); |
| 2930 | } |
| 2931 | } |
| 2932 | |
| 2933 | void IcingaDB::ReachabilityChangeHandler(const std::set<Checkable::Ptr>& children) |
| 2934 | { |
nothing calls this directly
no test coverage detected