Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
436
void Downtime::UnregisterChild(const Downtime::Ptr& downtime)
437
{
438
std::unique_lock<std::mutex> lock(m_ChildrenMutex);
439
m_Children.erase(downtime);
440
}
441
442
std::set<Downtime::Ptr> Downtime::GetChildren() const
443
{
Callers
1
Stop
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected