Set the correction factors in the sync_chain
[lttv.git] / lttv / lttv / sync / event_processing.h
index 876ca1d71603a8edf05a8ddf33be15601e46a5ba..5ed1d91c881357db5e798c252a2161ed14823681 100644 (file)
@@ -32,7 +32,7 @@ typedef struct
        char* name;
 
        void (*initProcessing)(struct _SyncState* const syncStateLttv, ...);
-       void (*finalizeProcessing)(struct _SyncState* const syncState);
+       GArray* (*finalizeProcessing)(struct _SyncState* const syncState);
        void (*printProcessingStats)(struct _SyncState* const syncState);
        void (*destroyProcessing)(struct _SyncState* const syncState);
        GraphFunctions graphFunctions;
This page took 0.022635 seconds and 4 git commands to generate.