Add live trace reading support to lttvtraceread lib
[lttv.git] / ltt / event.h
index 456f229edf5736fe83ad6815d6a3fb4adcd853de..ab73ed925c05a274d6fe99f84a20626514b46962 100644 (file)
@@ -70,7 +70,7 @@ static inline LttTime ltt_event_time(const struct LttEvent *event)
    of which are user accessible: block number and event index
    within the block. */
 
-void ltt_event_position(LttEvent *e, LttEventPosition *ep);
+void ltt_event_position(const LttEvent *e, LttEventPosition *ep);
 
 LttEventPosition * ltt_event_position_new();
 
This page took 0.021641 seconds and 4 git commands to generate.