mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Deprecate EventMgr::QueueEventFast() and update usages to Enqueue()
This commit is contained in:
parent
0db484cc7a
commit
6980f63a91
27 changed files with 187 additions and 198 deletions
|
@ -164,7 +164,7 @@ void EventMgr::Dispatch(Event* event, bool no_remote)
|
|||
void EventMgr::Drain()
|
||||
{
|
||||
if ( event_queue_flush_point )
|
||||
QueueEventFast(event_queue_flush_point, val_list{});
|
||||
Enqueue(event_queue_flush_point, zeek::Args{});
|
||||
|
||||
SegmentProfiler prof(segment_logger, "draining-events");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue