EventTraceMgr: Rename etm to event_trace_mgr

Mostly to avoid having new maintainers/developers knowing about yet
another abbreviation.
This commit is contained in:
Arne Welzel 2025-05-19 10:09:25 +02:00
parent 1465e390a2
commit 5bcf6bec52
6 changed files with 15 additions and 15 deletions

View file

@ -467,6 +467,6 @@ private:
};
// If non-nil then we're doing event tracing.
extern std::unique_ptr<EventTraceMgr> etm;
extern std::unique_ptr<EventTraceMgr> event_trace_mgr;
} // namespace zeek::detail