X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fevent_matching_broadcast.c;h=9c83d9c677bdca47847392e044f3a010b106e9ca;hb=0a87ec9a018cc9731ce3b04309eaa4dcc77df6d2;hp=c50fe4a846bf4d6700981bfd015595d75dbb77ec;hpb=9c7696b8589e76aed870b15cabd09a162d468621;p=lttv.git diff --git a/lttv/lttv/sync/event_matching_broadcast.c b/lttv/lttv/sync/event_matching_broadcast.c index c50fe4a8..9c83d9c6 100644 --- a/lttv/lttv/sync/event_matching_broadcast.c +++ b/lttv/lttv/sync/event_matching_broadcast.c @@ -36,7 +36,7 @@ static void initMatchingBroadcast(SyncState* const syncState); static void destroyMatchingBroadcast(SyncState* const syncState); static void matchEventBroadcast(SyncState* const syncState, Event* const event); -static GArray* finalizeMatchingBroadcast(SyncState* const syncState); +static AllFactors* finalizeMatchingBroadcast(SyncState* const syncState); static void printMatchingStatsBroadcast(SyncState* const syncState); static void writeMatchingGraphsPlotsBroadcast(SyncState* const syncState, const unsigned int i, const unsigned int j); @@ -295,9 +295,9 @@ static void matchEventBroadcast(SyncState* const syncState, Event* const event) * syncState container for synchronization data. * * Returns: - * Factors[traceNb] synchronization factors for each trace + * AllFactors* synchronization factors for each trace pair */ -static GArray* finalizeMatchingBroadcast(SyncState* const syncState) +static AllFactors* finalizeMatchingBroadcast(SyncState* const syncState) { MatchingDataBroadcast* matchingData;