Perform trace factor reduction as a separate step
[lttv.git] / lttv / lttv / sync / event_processing_text.h
index e4faa911666a6e4ec8ba5273ccd89342f078d267..906f46cfd210cd235a02ba6198b154ed63d024d3 100644 (file)
@@ -22,8 +22,8 @@
 
 typedef struct
 {
-       // Factors factors[traceNb], only used for stats
-       GArray* factors;
+       // Only used for stats
+       AllFactors* factors;
 
        FILE* testCase;
 } ProcessingDataText;
This page took 0.022425 seconds and 4 git commands to generate.