mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Base: Clean up explicit uses of namespaces in places where they're not necessary.
This commit covers all of the common and base classes.
This commit is contained in:
parent
9f802b2a4d
commit
fe0c22c789
240 changed files with 6823 additions and 6787 deletions
|
@ -45,7 +45,7 @@ struct Options {
|
|||
bool ignore_checksums = false;
|
||||
bool use_watchdog = false;
|
||||
double pseudo_realtime = 0;
|
||||
zeek::detail::DNS_MgrMode dns_mode = zeek::detail::DNS_DEFAULT;
|
||||
detail::DNS_MgrMode dns_mode = detail::DNS_DEFAULT;
|
||||
|
||||
bool supervisor_mode = false;
|
||||
bool parse_only = false;
|
||||
|
@ -82,7 +82,7 @@ struct Options {
|
|||
* @param argv argument strings (same semantics as arguments to main())
|
||||
* @return the parsed command-line options
|
||||
*/
|
||||
zeek::Options parse_cmdline(int argc, char** argv);
|
||||
Options parse_cmdline(int argc, char** argv);
|
||||
|
||||
/**
|
||||
* Print command-line Zeek usage information and exit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue