Perform trace factor reduction as a separate step
[lttv.git] / lttv / lttv / sync / event_processing.h
index 5ed1d91c881357db5e798c252a2161ed14823681..c3815bd70297418c28fd566bf86e9db91ec7c50c 100644 (file)
@@ -32,7 +32,7 @@ typedef struct
        char* name;
 
        void (*initProcessing)(struct _SyncState* const syncStateLttv, ...);
-       GArray* (*finalizeProcessing)(struct _SyncState* const syncState);
+       AllFactors* (*finalizeProcessing)(struct _SyncState* const syncState);
        void (*printProcessingStats)(struct _SyncState* const syncState);
        void (*destroyProcessing)(struct _SyncState* const syncState);
        GraphFunctions graphFunctions;
This page took 0.022103 seconds and 4 git commands to generate.