warning fixes
[lttv.git] / trunk / lttv / ltt / event.h
index 0741e0edaa3b514fdf6371478d1b5bf50cb11f7d..8293d15fcf59c59c010604d2527a8037e95a034c 100644 (file)
@@ -47,7 +47,7 @@ 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;
 }
This page took 0.022318 seconds and 4 git commands to generate.