mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Move bro_broker code to zeek::Broker namespace
This commit is contained in:
parent
cba1bc18a5
commit
f1cfd5aa2b
18 changed files with 420 additions and 329 deletions
|
@ -72,7 +72,7 @@ void EventHandler::Call(zeek::Args* vl, bool no_remote)
|
|||
|
||||
for ( auto i = 0u; i < vl->size(); ++i )
|
||||
{
|
||||
auto opt_data = bro_broker::val_to_data((*vl)[i].get());
|
||||
auto opt_data = zeek::Broker::detail::val_to_data((*vl)[i].get());
|
||||
|
||||
if ( opt_data )
|
||||
xs.emplace_back(std::move(*opt_data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue