initProcessing takes a va_arg rather than an lttv-specific type
[lttv.git] / lttv / lttv / sync / event_processing.h
index d1ac7647ecf5b8210c5a87be9fef073bc6d25088..34ea8001d4ec798f22b9000257601afc513943ff 100644 (file)
@@ -22,8 +22,6 @@
 #include <glib.h>
 #include <stdio.h>
 
-#include <lttv/tracecontext.h>
-
 #include "data_structures.h"
 #include "graph_functions.h"
 
@@ -34,12 +32,9 @@ typedef struct
 {
        char* name;
 
-       void (*initProcessing)(struct _SyncState* const syncStateLttv,
-               LttvTracesetContext* const traceSetContext);
+       void (*initProcessing)(struct _SyncState* const syncStateLttv, ...);
        void (*destroyProcessing)(struct _SyncState* const syncState);
-
        void (*finalizeProcessing)(struct _SyncState* const syncState);
-
        void (*printProcessingStats)(struct _SyncState* const syncState);
        GraphFunctions graphFunctions;
 } ProcessingModule;
This page took 0.022972 seconds and 4 git commands to generate.