X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching.h;h=e4c37732975ba542b6a486f4fad4bc4a90e8d0a2;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=f7f1cf9d3650a0cf3201fa9dea42d556c631beab;hpb=9c7696b8589e76aed870b15cabd09a162d468621;p=lttv.git diff --git a/lttv/lttv/sync/event_matching.h b/lttv/lttv/sync/event_matching.h index f7f1cf9d..e4c37732 100644 --- a/lttv/lttv/sync/event_matching.h +++ b/lttv/lttv/sync/event_matching.h @@ -35,7 +35,7 @@ typedef struct void (*matchEvent)(struct _SyncState* const syncState, Event* const event); - GArray* (*finalizeMatching)(struct _SyncState* const syncState); + AllFactors* (*finalizeMatching)(struct _SyncState* const syncState); void (*printMatchingStats)(struct _SyncState* const syncState); GraphFunctions graphFunctions;