Add convex hull algorithm-based synchronization
[lttv.git] / lttv / lttv / sync / event_matching.h
index f8b4a1099972d8792263f8bc69fd86a3a891a569..0c3fe2d1c82c335509e2c238c5de57a2a9d32eda 100644 (file)
@@ -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
This page took 0.022959 seconds and 4 git commands to generate.