Processing of UDP events
[lttv.git] / lttv / lttv / sync / event_processing_lttng_null.c
index 170ebf12d1990620ccc4ac86ff286a06492355d7..f251b055f05ae36495bd61967ffc3f4c101b39bc 100644 (file)
@@ -91,7 +91,8 @@ static void initProcessingLTTVNull(SyncState* const syncState,
                sizeof(GArray*), syncState->traceNb);
 
        registerHooks(processingData->hookListList, traceSetContext,
-               &processEventLTTVNull, syncState);
+               &processEventLTTVNull, syncState,
+               syncState->matchingModule->canMatch);
 }
 
 
This page took 0.022384 seconds and 4 git commands to generate.