Add a broadcast matching module
[lttv.git] / lttv / modules / text / sync_chain_batch.c
index 376a696ae72a8b76a099b20688e81db0584861e8..3a4bc0dff42909940be1644131f5e98231609463 100644 (file)
@@ -339,7 +339,7 @@ void setupSyncChain(LttvTracesetContext* const traceSetContext)
        }
 
        syncState->matchingData= NULL;
-       result= g_queue_find_custom(&matchingModules, "TCP", &gcfCompareMatching);
+       result= g_queue_find_custom(&matchingModules, "broadcast", &gcfCompareMatching);
        syncState->matchingModule= (MatchingModule*) result->data;
 
        syncState->analysisData= NULL;
This page took 0.022943 seconds and 4 git commands to generate.