X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching.h;h=0c3fe2d1c82c335509e2c238c5de57a2a9d32eda;hb=08365995afd45ea5f6f62f5d8fbc90961de5eacf;hp=f8b4a1099972d8792263f8bc69fd86a3a891a569;hpb=85c9417b6ebc1e1cd25d479389c91926eb6948dc;p=lttv.git diff --git a/lttv/lttv/sync/event_matching.h b/lttv/lttv/sync/event_matching.h index f8b4a109..0c3fe2d1 100644 --- a/lttv/lttv/sync/event_matching.h +++ b/lttv/lttv/sync/event_matching.h @@ -37,6 +37,10 @@ typedef struct EventType eventType); GArray* (*finalizeMatching)(struct _SyncState* const syncState); void (*printMatchingStats)(struct _SyncState* const syncState); + void (*writeMatchingGraphsPlots)(FILE* stream, struct _SyncState* const + syncState, const unsigned int i, const unsigned int j); + void (*writeMatchingGraphsOptions)(FILE* stream, struct _SyncState* const + syncState, const unsigned int i, const unsigned int j); } MatchingModule; #endif