Add convex hull algorithm-based synchronization
[lttv.git] / lttv / lttv / sync / sync_chain.h
index 9515c6e5e07d0d46e001279927b181c2720f88c3..152d1321469bc0ecd9919d2781fbfa841acd1dc9 100644 (file)
@@ -29,6 +29,7 @@ typedef struct _SyncState
 {
        unsigned int traceNb;
        bool stats;
+       char* graphs;
 
        const ProcessingModule* processingModule;
        void* processingData;
@@ -45,4 +46,6 @@ extern GQueue analysisModules;
 
 void syncTraceset(LttvTracesetContext* const traceSetContext);
 
+char* changeToGraphDir(char* const graphs);
+
 #endif
This page took 0.021984 seconds and 4 git commands to generate.