From b6b094b43af955fb6bb05d8f3eb1a19bef5f1159 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 25 Mar 2020 19:02:38 -0700 Subject: [PATCH] bifcl: Don't pass a TimerMgr to EventMgr::Enqueue() --- tools/bifcl/builtin-func.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bifcl/builtin-func.y b/tools/bifcl/builtin-func.y index bb1217f78c..a02a95d717 100644 --- a/tools/bifcl/builtin-func.y +++ b/tools/bifcl/builtin-func.y @@ -254,7 +254,7 @@ void print_event_c_body(FILE *fp) } } - fprintf(fp, "\t },\n\t SOURCE_LOCAL, analyzer->GetID(), timer_mgr"); + fprintf(fp, "\t },\n\t SOURCE_LOCAL, analyzer->GetID()"); if ( connection_arg ) // Pass the connection to the EventMgr as the "cookie"