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

Method GetMembers

lib/icinga/hostgroup.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60std::set<Host::Ptr> HostGroup::GetMembers() const
61{
62 std::unique_lock<std::mutex> lock(m_HostGroupMutex);
63 return m_Members;
64}
65
66void HostGroup::AddMember(const Host::Ptr& host)
67{

Calls

no outgoing calls

Tested by

no test coverage detected