mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +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
|
@ -710,7 +710,7 @@ bool Manager::Write(EnumVal* id, RecordVal* columns_arg)
|
|||
|
||||
// Raise the log event.
|
||||
if ( stream->event )
|
||||
mgr.QueueEventFast(stream->event, {columns->Ref()}, SOURCE_LOCAL);
|
||||
mgr.Enqueue(stream->event, columns);
|
||||
|
||||
// Send to each of our filters.
|
||||
for ( list<Filter*>::iterator i = stream->filters.begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue