Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ SetFilter
Method
SetFilter
lib/remote/eventqueue.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void EventQueue::SetFilter(std::unique_ptr<Expression> filter)
80
{
81
std::unique_lock<std::mutex> lock(m_Mutex);
82
m_Filter.swap(filter);
83
}
84
85
Dictionary::Ptr EventQueue::WaitForEvent(void *client, double timeout)
86
{
Callers
nothing calls this directly
Calls
1
swap
Method · 0.80
Tested by
no test coverage detected