Generate graphs of broadcasts
[lttv.git] / lttv / lttv / sync / event_matching.h
index 55c42243f5711d484a7750da28becd2d80deab89..103d813870fee2166a8f2be0bf68fb5f1127b340 100644 (file)
@@ -29,6 +29,7 @@ struct _SyncState;
 typedef struct
 {
        char* name;
+       bool canMatch[TYPE_COUNT];
 
        void (*initMatching)(struct _SyncState* const syncState);
        void (*destroyMatching)(struct _SyncState* const syncState);
@@ -37,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.022365 seconds and 4 git commands to generate.