mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Move Frame and Scope to zeek::detail namespace
This commit is contained in:
parent
64332ca22c
commit
937a462e70
50 changed files with 306 additions and 257 deletions
|
@ -27,7 +27,7 @@ Config::Config(ReaderFrontend *frontend) : ReaderBackend(frontend)
|
|||
fail_on_file_problem = false;
|
||||
|
||||
// find all option names and their types.
|
||||
const auto& globals = global_scope()->Vars();
|
||||
const auto& globals = zeek::detail::global_scope()->Vars();
|
||||
|
||||
for ( const auto& entry : globals )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue