| 3024 | } |
| 3025 | |
| 3026 | void IcingaDB::NextCheckChangedHandler(const Checkable::Ptr& checkable) |
| 3027 | { |
| 3028 | for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 3029 | rw->EnqueueConfigObject(checkable, icingadb::task_queue::VolatileState | icingadb::task_queue::NextUpdate); |
| 3030 | } |
| 3031 | } |
| 3032 | |
| 3033 | void IcingaDB::DependencyGroupChildRegisteredHandler(const Checkable::Ptr& child, const DependencyGroup::Ptr& dependencyGroup) |
| 3034 | { |
nothing calls this directly
no test coverage detected