update script
[lttv.git] / ltt / branches / poly / ltt / event.h
index 873316897f92fc22cc9b5737aa136d38d8ee5405..e91875e548f080ef9cc2a7c12bd7da1062422bdb 100644 (file)
@@ -69,6 +69,9 @@ LttEventPosition * ltt_event_position_new();
 void ltt_event_position_get(LttEventPosition *ep, LttTracefile **tf,
         guint *block, guint *offset, guint64 *tsc);
 
+void ltt_event_position_set(LttEventPosition *ep, LttTracefile *tf,
+        guint block, guint offset, guint64 tsc);
+
 gint ltt_event_position_compare(const LttEventPosition *ep1,
                                 const LttEventPosition *ep2);
 
This page took 0.02277 seconds and 4 git commands to generate.