| 3017 | } |
| 3018 | |
| 3019 | void IcingaDB::NewCheckResultHandler(const Checkable::Ptr& checkable) |
| 3020 | { |
| 3021 | for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 3022 | rw->EnqueueConfigObject(checkable, icingadb::task_queue::VolatileState); |
| 3023 | } |
| 3024 | } |
| 3025 | |
| 3026 | void IcingaDB::NextCheckChangedHandler(const Checkable::Ptr& checkable) |
| 3027 | { |
nothing calls this directly
no test coverage detected