Display the accuracy area below the eval graphs
[lttv.git] / lttv / lttv / sync / event_analysis_eval.h
index d6d39c2f0664214380bcfb886869218a008ed1c7..736dc8b03d089a99df9242460ed91a284995daa0 100644 (file)
@@ -115,6 +115,9 @@ typedef struct
         * Only the lower triangular part of the matrix is allocated, that is
         * bounds[i][j] where i > j */
        Bounds** bounds;
+
+       // Extra SyncState used to overlay the chull-calculated accuracy region
+       SyncState* chullSS;
 } AnalysisGraphsEval;
 
 typedef struct
This page took 0.022023 seconds and 4 git commands to generate.