mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge remote branch 'origin/topic/robin/logging-internals'
Includes some additional cleanup.
This commit is contained in:
commit
13a492091f
119 changed files with 5266 additions and 183 deletions
|
@ -65,7 +65,7 @@ extern bool in_debug;
|
|||
|
||||
// If no_global is true, don't search in the default "global" namespace.
|
||||
extern ID* lookup_ID(const char* name, const char* module,
|
||||
bool no_global = false);
|
||||
bool no_global = false, bool same_module_only=false);
|
||||
extern ID* install_ID(const char* name, const char* module_name,
|
||||
bool is_global, bool is_export);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue