Store graph callbacks in a structure
[lttv.git] / lttv / lttv / sync / event_matching.h
index 103d813870fee2166a8f2be0bf68fb5f1127b340..28839f2074099202a369cfed27c0adefa90f68df 100644 (file)
@@ -22,7 +22,7 @@
 #include <glib.h>
 
 #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
This page took 0.022385 seconds and 4 git commands to generate.