ltt_trace_read with external LttEvent
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 05ed31eb508bad3863b8cac1cddad9f348d906c4..03f47694183a7f3f23b6054b21cddc677ca7058f 100644 (file)
@@ -127,7 +127,7 @@ void ltt_tracefile_seek_position(LttTracefile *t,
 
 /* Read the next event */
 
-LttEvent *ltt_tracefile_read(LttTracefile *t);
+LttEvent *ltt_tracefile_read(LttTracefile *t, LttEvent *event);
 
 /* open tracefile */
 
This page took 0.022014 seconds and 4 git commands to generate.