Add support for module options
[lttv.git] / lttv / lttv / sync / event_processing_lttng_null.c
index 170ebf12d1990620ccc4ac86ff286a06492355d7..26971b262a2a9e3e22311d69344d0d91b5d311ed 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <stdlib.h>
 
-#include "sync_chain_lttv.h"
+#include "sync_chain.h"
 #include "event_processing_lttng_common.h"
 
 #include "event_processing_lttng_null.h"
@@ -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.023617 seconds and 4 git commands to generate.