Store graph callbacks in a structure
[lttv.git] / lttv / lttv / sync / event_matching_tcp.c
index 3bfe479ed48ad8e3b4e22199c43ab3825d5ae37e..f769221226b2b1deae8bdeba37a26c74b8bd48b2 100644 (file)
@@ -74,8 +74,9 @@ static MatchingModule matchingModuleTCP = {
        .matchEvent= &matchEventTCP,
        .finalizeMatching= &finalizeMatchingTCP,
        .printMatchingStats= &printMatchingStatsTCP,
-       .writeMatchingGraphsPlots= &writeMatchingGraphsPlotsTCP,
-       .writeMatchingGraphsOptions= NULL,
+       .graphFunctions= {
+               .writeTraceTracePlots= &writeMatchingGraphsPlotsTCP,
+       }
 };
 
 
This page took 0.028127 seconds and 4 git commands to generate.