X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching.h;h=103d813870fee2166a8f2be0bf68fb5f1127b340;hb=8d7d16dd4f5f6ae09f556a9b0b477baaa93d468c;hp=e30cda8e15fd0defe8b56010a72570283011daa0;hpb=4ee223e50270f894ec866b07c00ad49dff666173;p=lttv.git diff --git a/lttv/lttv/sync/event_matching.h b/lttv/lttv/sync/event_matching.h index e30cda8e..103d8138 100644 --- a/lttv/lttv/sync/event_matching.h +++ b/lttv/lttv/sync/event_matching.h @@ -38,10 +38,10 @@ typedef struct event); 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); + 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); } MatchingModule; #endif