mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Stmt: move Stmt classes into zeek::detail namespace
This commit is contained in:
parent
f952acaddc
commit
3fa4acc175
23 changed files with 177 additions and 132 deletions
|
@ -101,7 +101,7 @@ zeek::Supervisor* zeek::supervisor_mgr = nullptr;
|
|||
trigger::Manager* trigger_mgr = nullptr;
|
||||
|
||||
std::vector<std::string> zeek_script_prefixes;
|
||||
Stmt* stmts;
|
||||
zeek::detail::Stmt* stmts;
|
||||
RuleMatcher* rule_matcher = nullptr;
|
||||
EventRegistry* event_registry = nullptr;
|
||||
ProfileLogger* profiling_logger = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue