mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move a few smaller files to zeek namespaces
This commit is contained in:
parent
812ac5536d
commit
db36688bf0
32 changed files with 335 additions and 193 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue