X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.h;h=a7408b4d3a863934e8a7c7bdf91f17f709113be4;hb=27304273a482c99620e992daf3826eb61208fd4b;hp=1c8d40fbbbeac3b62d6f377c6c99eecdc27d6edd;hpb=cb03932ac8527313696af07dba4404603620c844;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index 1c8d40fb..a7408b4d 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -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);