mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move Func up to zeek namespace, rename BroFunc to ScriptFunc
This commit is contained in:
parent
86fdf0eaa9
commit
a2bc42dd93
36 changed files with 190 additions and 184 deletions
|
@ -704,7 +704,7 @@ zeek::RecordVal* Manager::MakeEvent(val_list* args, zeek::detail::Frame* frame)
|
|||
auto rval = new zeek::RecordVal(zeek::BifType::Record::Broker::Event);
|
||||
auto arg_vec = zeek::make_intrusive<zeek::VectorVal>(vector_of_data_type);
|
||||
rval->Assign(1, arg_vec);
|
||||
zeek::detail::Func* func = nullptr;
|
||||
zeek::Func* func = nullptr;
|
||||
scoped_reporter_location srl{frame};
|
||||
|
||||
for ( auto i = 0; i < args->length(); ++i )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue