mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
hooks for new --profile-scripts option
This commit is contained in:
parent
bc3902fa79
commit
07f5e9cbe7
3 changed files with 30 additions and 24 deletions
|
@ -52,10 +52,6 @@ void EventHandler::SetFunc(FuncPtr f)
|
|||
|
||||
void EventHandler::Call(Args* vl, bool no_remote)
|
||||
{
|
||||
#ifdef PROFILE_BRO_FUNCTIONS
|
||||
DEBUG_MSG("Event: %s\n", Name());
|
||||
#endif
|
||||
|
||||
if ( new_event )
|
||||
NewEvent(vl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue