Make the synchronization module interfaces more generic
[lttv.git] / lttv / lttv / sync / event_matching.h
index 0c3fe2d1c82c335509e2c238c5de57a2a9d32eda..55c42243f5711d484a7750da28becd2d80deab89 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <glib.h>
 
-#include "data_structures_tcp.h"
+#include "data_structures.h"
 
 
 struct _SyncState;
@@ -33,8 +33,8 @@ typedef struct
        void (*initMatching)(struct _SyncState* const syncState);
        void (*destroyMatching)(struct _SyncState* const syncState);
 
-       void (*matchEvent)(struct _SyncState* const syncState, NetEvent* const event,
-               EventType eventType);
+       void (*matchEvent)(struct _SyncState* const syncState, Event* const
+               event);
        GArray* (*finalizeMatching)(struct _SyncState* const syncState);
        void (*printMatchingStats)(struct _SyncState* const syncState);
        void (*writeMatchingGraphsPlots)(FILE* stream, struct _SyncState* const
This page took 0.022492 seconds and 4 git commands to generate.