mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Fix reference counting for lookup_ID() usages.
This commit is contained in:
commit
a9eb31b461
10 changed files with 49 additions and 9 deletions
|
@ -62,6 +62,7 @@ protected:
|
|||
extern bool in_debug;
|
||||
|
||||
// If no_global is true, don't search in the default "global" namespace.
|
||||
// This passed ownership of a ref'ed ID to the caller.
|
||||
extern ID* lookup_ID(const char* name, const char* module,
|
||||
bool no_global = false, bool same_module_only=false);
|
||||
extern ID* install_ID(const char* name, const char* module_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue