X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_processing.h;h=c3815bd70297418c28fd566bf86e9db91ec7c50c;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=876ca1d71603a8edf05a8ddf33be15601e46a5ba;hpb=277e5b535febfb81a5e9485b0d008e148b6979ac;p=lttv.git diff --git a/lttv/lttv/sync/event_processing.h b/lttv/lttv/sync/event_processing.h index 876ca1d7..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, ...); - void (*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;