mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Merge branch 'master' of ssh://git.bro-ids.org/bro into topic/gilbert/plugin-api-tweak
This commit is contained in:
commit
ce18a2867e
253 changed files with 10283 additions and 2678 deletions
|
@ -335,7 +335,7 @@ int BroFunc::IsPure() const
|
|||
Val* BroFunc::Call(val_list* args, Frame* parent) const
|
||||
{
|
||||
#ifdef PROFILE_BRO_FUNCTIONS
|
||||
DEBUG_MSG("Function: %s\n", id->Name());
|
||||
DEBUG_MSG("Function: %s\n", Name());
|
||||
#endif
|
||||
|
||||
SegmentProfiler(segment_logger, location);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue