Add graphStream field to syncState
[lttv.git] / lttv / lttv / sync / event_processing.h
index 6e8c3799cd245f6e62f815819be1d07f08c824dd..18642408233682b7ac30ef861a3e888265b424b4 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <lttv/tracecontext.h>
 
-#include "data_structures_tcp.h"
+#include "data_structures.h"
 
 
 struct _SyncState;
@@ -45,10 +45,10 @@ typedef struct
         * graphs to be created at all. If it provides the next function, it must
         * also provide the second next function.
         */
-       void (*writeProcessingGraphsPlots)(FILE* stream, struct _SyncState* const
-               syncState, const unsigned int i, const unsigned int j);
-       void (*writeProcessingGraphsOptions)(FILE* stream, struct _SyncState*
-               const syncState, const unsigned int i, const unsigned int j);
+       void (*writeProcessingGraphsPlots)(struct _SyncState* const syncState,
+               const unsigned int i, const unsigned int j);
+       void (*writeProcessingGraphsOptions)(struct _SyncState* const syncState,
+               const unsigned int i, const unsigned int j);
 } ProcessingModule;
 
 #endif
This page took 0.022899 seconds and 4 git commands to generate.