Add graphStream field to syncState
[lttv.git] / lttv / lttv / sync / event_analysis.h
index 0838f28c1ad45c545f280fd2549aef5444036177..0a32fe1c65bf790713034c2dd846d31750e97c45 100644 (file)
@@ -42,10 +42,10 @@ typedef struct
                broadcast);
        GArray* (*finalizeAnalysis)(struct _SyncState* const syncState);
        void (*printAnalysisStats)(struct _SyncState* const syncState);
-       void (*writeAnalysisGraphsPlots)(FILE* stream, struct _SyncState* const
-               syncState, const unsigned int i, const unsigned int j);
-       void (*writeAnalysisGraphsOptions)(FILE* stream, struct _SyncState* const
-               syncState, const unsigned int i, const unsigned int j);
+       void (*writeAnalysisGraphsPlots)(struct _SyncState* const syncState, const
+               unsigned int i, const unsigned int j);
+       void (*writeAnalysisGraphsOptions)(struct _SyncState* const syncState,
+               const unsigned int i, const unsigned int j);
 } AnalysisModule;
 
 #endif
This page took 0.023056 seconds and 4 git commands to generate.