mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
EventTraceMgr: Rename etm to event_trace_mgr
Mostly to avoid having new maintainers/developers knowing about yet another abbreviation.
This commit is contained in:
parent
1465e390a2
commit
5bcf6bec52
6 changed files with 15 additions and 15 deletions
|
@ -905,8 +905,8 @@ ValPtr EventStmt::Exec(Frame* f, StmtFlowType& flow) {
|
|||
auto h = event_expr->Handler();
|
||||
|
||||
if ( args && h ) {
|
||||
if ( etm )
|
||||
etm->ScriptEventQueued(h);
|
||||
if ( event_trace_mgr )
|
||||
event_trace_mgr->ScriptEventQueued(h);
|
||||
|
||||
event_mgr.Enqueue(h, std::move(*args));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue