Split the synchronization code into modules
[lttv.git] / lttv / modules / text / batchAnalysis.c
index ca3a92ef78d960eef6d9cf3ff27634c011dcac62..3ee4d021fc6539c4f804b086fd2bac7596a8f99e 100644 (file)
@@ -34,6 +34,7 @@
 #include <lttv/stats.h>
 #include <lttv/filter.h>
 #include <ltt/trace.h>
+#include <lttv/sync/sync_chain.h>
 
 static LttvTraceset *traceset;
 
@@ -90,7 +91,7 @@ static gboolean process_traceset(void *hook_data, void *call_data)
 
   lttv_context_init(tc, traceset);
 
-  sync_traceset(tc);
+  syncTraceset(tc);
 
   lttv_state_add_event_hooks(tc);
   if(a_stats) lttv_stats_add_event_hooks(tscs);
This page took 0.026268 seconds and 4 git commands to generate.