Store graph callbacks in a structure
[lttv.git] / lttv / lttv / sync / event_processing_lttng_null.c
index f251b055f05ae36495bd61967ffc3f4c101b39bc..1320753eb729d9174089e0d0d27cc7dc7947d512 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"
@@ -50,9 +50,6 @@ static ProcessingModule processingModuleLTTVNull = {
        .initProcessing= &initProcessingLTTVNull,
        .destroyProcessing= &destroyProcessingLTTVNull,
        .finalizeProcessing= &finalizeProcessingLTTVNull,
-       .printProcessingStats= NULL,
-       .writeProcessingGraphsPlots= NULL,
-       .writeProcessingGraphsOptions= NULL,
 };
 
 
This page took 0.022533 seconds and 4 git commands to generate.