Have callbacks for "background" and "foreground" graphs
[lttv.git] / lttv / lttv / sync / event_analysis_chull.c
index 50bb7ab5d6dba2654d0ba5a73596b7bf9b96e2db..e5da4c446ebb5eaea10a01efd1b9852a827c4bb9 100644 (file)
@@ -107,7 +107,7 @@ static AnalysisModule analysisModuleCHull= {
        .finalizeAnalysis= &finalizeAnalysisCHull,
        .printAnalysisStats= &printAnalysisStatsCHull,
        .graphFunctions= {
-               .writeTraceTracePlots= &writeAnalysisGraphsPlotsCHull,
+               .writeTraceTraceForePlots= &writeAnalysisGraphsPlotsCHull,
        }
 };
 
@@ -120,6 +120,7 @@ const char* const approxNames[]= {
        [SCREWED]= "Screwed",
 };
 
+
 /*
  * Analysis module registering function
  */
This page took 0.02245 seconds and 4 git commands to generate.