Add graphStream field to syncState
[lttv.git] / lttv / lttv / sync / event_matching.h
index e30cda8e15fd0defe8b56010a72570283011daa0..103d813870fee2166a8f2be0bf68fb5f1127b340 100644 (file)
@@ -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
This page took 0.024178 seconds and 4 git commands to generate.