mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Use zeek::BifEvent:: for enqueue_ functions instead of BifEvent::
This commit is contained in:
parent
ca1e5fe4be
commit
7843416e51
77 changed files with 325 additions and 325 deletions
|
@ -4,7 +4,7 @@ refine connection Foo_Conn += {
|
|||
function Foo_data(msg: Foo_Message): bool
|
||||
%{
|
||||
auto data = make_intrusive<StringVal>(${msg.data}.length(), (const char*) ${msg.data}.data());
|
||||
BifEvent::enqueue_foo_message(bro_analyzer(), bro_analyzer()->Conn(), std::move(data));
|
||||
zeek::BifEvent::enqueue_foo_message(bro_analyzer(), bro_analyzer()->Conn(), std::move(data));
|
||||
return true;
|
||||
%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue