convert from svn repository: remove tags directory
[lttv.git] / trunk / lttv / ltt / event.h
index 31a49d36a7cbb56b922664c4e25f1c63b8045b10..8293d15fcf59c59c010604d2527a8037e95a034c 100644 (file)
@@ -47,12 +47,12 @@ struct LttEventPosition {
        uint64_t tsc;            /* Current timestamp counter */
 };
 
-static inline guint16 ltt_event_id(struct LttEvent *event)
+static inline guint16 ltt_event_id(const struct LttEvent *event)
 {
        return event->event_id;
 }
 
-static inline LttTime ltt_event_time(struct LttEvent *event)
+static inline LttTime ltt_event_time(const struct LttEvent *event)
 {
        return event->event_time;
 }
This page took 0.022432 seconds and 4 git commands to generate.