Move ZeekList types to zeek namespace

This commit is contained in:
Tim Wojtulewicz 2020-08-12 10:51:35 -07:00
parent 81c70df62c
commit e78e68b249
3 changed files with 27 additions and 20 deletions

View file

@ -47,7 +47,7 @@ std::set<std::string> val_to_topic_set(zeek::Val* val)
return rval;
}
static bool publish_event_args(val_list& args, const zeek::String* topic,
static bool publish_event_args(zeek::val_list& args, const zeek::String* topic,
zeek::detail::Frame* frame)
{
zeek::Broker::Manager::ScriptScopeGuard ssg;