Move a few smaller files to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-07 09:48:18 -07:00
parent 812ac5536d
commit db36688bf0
32 changed files with 335 additions and 193 deletions

View file

@ -296,7 +296,7 @@ bool Trigger::Eval()
Name());
v = nullptr;
stmt_flow_type flow;
StmtFlowType flow;
try
{
@ -347,7 +347,7 @@ void Trigger::Timeout()
DBG_LOG(zeek::DBG_NOTIFIERS, "%s: timeout", Name());
if ( timeout_stmts )
{
stmt_flow_type flow;
StmtFlowType flow;
FramePtr f{zeek::AdoptRef{}, frame->Clone()};
ValPtr v;