mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Move DNS_Mgr to zeek::detail namespace
This commit is contained in:
parent
55d699af59
commit
7cedd94ee7
9 changed files with 50 additions and 30 deletions
|
@ -45,7 +45,7 @@ struct Options {
|
|||
bool ignore_checksums = false;
|
||||
bool use_watchdog = false;
|
||||
double pseudo_realtime = 0;
|
||||
DNS_MgrMode dns_mode = DNS_DEFAULT;
|
||||
zeek::detail::DNS_MgrMode dns_mode = zeek::detail::DNS_DEFAULT;
|
||||
|
||||
bool supervisor_mode = false;
|
||||
bool parse_only = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue