X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.h;h=2b2eab2222bd673a76c2e6307b2193f6c9be5334;hb=18206708bafbba3198bfb82cca97f17d70a05666;hp=88c036249e9328bf280046d6804b87a3ffdad616;hpb=96da5c0d83846884f7be822410209325a2dd0e51;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index 88c03624..2b2eab22 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -74,6 +74,10 @@ gint ltt_event_position_compare(const LttEventPosition *ep1, gint ltt_event_event_position_compare(const LttEvent *event, const LttEventPosition *ep); + +void ltt_event_position_copy(LttEventPosition *dest, + const LttEventPosition *src); + /* CPU id of the event */ unsigned ltt_event_cpu_id(LttEvent *e);