Perform trace factor reduction as a separate step
[lttv.git] / lttv / lttv / sync / event_processing_lttng_standard.c
index 02354043f78e8aa272017da8e01441794fc874b6..d37d357c659a4b4333aef66676cce36bafd085af 100644 (file)
@@ -40,7 +40,7 @@
 static void initProcessingLTTVStandard(SyncState* const syncState, ...);
 static void destroyProcessingLTTVStandard(SyncState* const syncState);
 
-static GArray* finalizeProcessingLTTVStandard(SyncState* const syncState);
+static AllFactors* finalizeProcessingLTTVStandard(SyncState* const syncState);
 static void printProcessingStatsLTTVStandard(SyncState* const syncState);
 static void writeProcessingGraphVariablesLTTVStandard(SyncState* const
        syncState, const unsigned int i);
@@ -165,9 +165,9 @@ static void initProcessingLTTVStandard(SyncState* const syncState, ...)
  *   syncState     container for synchronization data.
  *
  * Returns:
- *   Factors[traceNb] synchronization factors for each trace
+ *   AllFactors    synchronization factors for each trace pair
  */
-static GArray* finalizeProcessingLTTVStandard(SyncState* const syncState)
+static AllFactors* finalizeProcessingLTTVStandard(SyncState* const syncState)
 {
        ProcessingDataLTTVStandard* processingData;
 
This page took 0.023023 seconds and 4 git commands to generate.