X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;fp=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=c3815bd70297418c28fd566bf86e9db91ec7c50c;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=5ed1d91c881357db5e798c252a2161ed14823681;hpb=9c7696b8589e76aed870b15cabd09a162d468621;p=lttv.git diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h index 5ed1d91c..c3815bd7 100644 --- a/lttv/lttv/sync/event_processing.h +++ b/lttv/lttv/sync/event_processing.h @@ -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;