MCPcopy Create free account
hub / github.com/Icinga/icinga2 / UnregisterChild

Method UnregisterChild

lib/icinga/downtime.cpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void Downtime::UnregisterChild(const Downtime::Ptr& downtime)
437{
438 std::unique_lock<std::mutex> lock(m_ChildrenMutex);
439 m_Children.erase(downtime);
440}
441
442std::set<Downtime::Ptr> Downtime::GetChildren() const
443{

Callers 1

StopMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected