xml 1.0
[lttv.git] / ltt / branches / poly / ltt / event.h
index f243851f6033f84c0ee4ad2f921ab699f32ecb14..873316897f92fc22cc9b5737aa136d38d8ee5405 100644 (file)
@@ -1,5 +1,6 @@
 /* This file is part of the Linux Trace Toolkit trace reading library
  * Copyright (C) 2003-2004 Michel Dagenais
+ *               2006 Mathieu Desnoyers
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -98,6 +99,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
This page took 0.022251 seconds and 4 git commands to generate.