X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching.h;h=28839f2074099202a369cfed27c0adefa90f68df;hb=467066eeab8b0a4e5ea07d24f1840310730fd470;hp=103d813870fee2166a8f2be0bf68fb5f1127b340;hpb=ffa21cfde7a086c1558b961ffa0fcbe75513a7f6;p=lttv.git diff --git a/lttv/lttv/sync/event_matching.h b/lttv/lttv/sync/event_matching.h index 103d8138..28839f20 100644 --- a/lttv/lttv/sync/event_matching.h +++ b/lttv/lttv/sync/event_matching.h @@ -22,7 +22,7 @@ #include #include "data_structures.h" - +#include "graph_functions.h" struct _SyncState; @@ -37,11 +37,9 @@ typedef struct void (*matchEvent)(struct _SyncState* const syncState, Event* const event); GArray* (*finalizeMatching)(struct _SyncState* const syncState); + void (*printMatchingStats)(struct _SyncState* const syncState); - void (*writeMatchingGraphsPlots)(struct _SyncState* const syncState, const - unsigned int i, const unsigned int j); - void (*writeMatchingGraphsOptions)(struct _SyncState* const syncState, - const unsigned int i, const unsigned int j); + GraphFunctions graphFunctions; } MatchingModule; #endif