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

Method RemoveClient

lib/remote/eventqueue.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void EventQueue::RemoveClient(void *client)
67{
68 std::unique_lock<std::mutex> lock(m_Mutex);
69
70 m_Events.erase(client);
71}
72
73void EventQueue::SetTypes(const std::set<String>& types)
74{

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected