mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move ZeekList types to zeek namespace
This commit is contained in:
parent
81c70df62c
commit
e78e68b249
3 changed files with 27 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue