Make option type OPTIONAL_ARG available
[lttv.git] / lttv / lttv / sync / event_processing.h
index d1ac7647ecf5b8210c5a87be9fef073bc6d25088..2ac26ae20effa67cd4da114d6b11c766294f5e68 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,13 +32,10 @@ typedef struct
 {
        char* name;
 
-       void (*initProcessing)(struct _SyncState* const syncStateLttv,
-               LttvTracesetContext* const traceSetContext);
-       void (*destroyProcessing)(struct _SyncState* const syncState);
-
+       void (*initProcessing)(struct _SyncState* const syncStateLttv, ...);
        void (*finalizeProcessing)(struct _SyncState* const syncState);
-
        void (*printProcessingStats)(struct _SyncState* const syncState);
+       void (*destroyProcessing)(struct _SyncState* const syncState);
        GraphFunctions graphFunctions;
 } ProcessingModule;
 
This page took 0.024362 seconds and 4 git commands to generate.