X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.h;h=ac3244a5fcc36bb89192439b50296ece7c14aa95;hb=f2923fb2ab6ecc36c74e7845b7b07fe96d3d6d67;hp=f243851f6033f84c0ee4ad2f921ab699f32ecb14;hpb=743e50fd0105daeea4804d68989965399bf3a4d3;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index f243851f..ac3244a5 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -98,6 +98,7 @@ guint64 ltt_event_field_element_number(LttEvent *e, LttField *f); LttField *ltt_event_field_element_select(LttEvent *e, LttField *f, gulong i); +off_t ltt_event_field_offset(LttEvent *e, LttField *f); /* A union is like a structure except that only a single member at a time is present depending on the specific event instance. This function tells