batchtest partially working
[lttv.git] / ltt / branches / poly / ltt / event.h
index 1c8d40fbbbeac3b62d6f377c6c99eecdc27d6edd..a7408b4d3a863934e8a7c7bdf91f17f709113be4 100644 (file)
@@ -78,6 +78,8 @@ gint ltt_event_position_compare(const LttEventPosition *ep1,
 void ltt_event_position_copy(LttEventPosition *dest,
                              const LttEventPosition *src);
 
+LttTracefile *ltt_event_position_tracefile(LttEventPosition *ep);
+
 /* CPU id of the event */
 
 unsigned ltt_event_cpu_id(LttEvent *e);
This page took 0.02603 seconds and 4 git commands to generate.