convert from svn repository: remove tags directory
[lttv.git] / trunk / lttv / ltt / event.h
index 2574a271b04f653de53e63c92fb97ea8abc7cc89..8293d15fcf59c59c010604d2527a8037e95a034c 100644 (file)
@@ -33,9 +33,7 @@ struct LttEvent {
        void *data;             /* event data */
        guint data_size;
        guint event_size;       /* event_size field of the header :
-                                  used to verify data_size from facility. */
-       uint32_t compact_data;
-
+                                  used to verify data_size from marker. */
        int count;              /* the number of overflow of cycle count */
        gint64 overflow_nsec;   /* precalculated nsec for overflows */
 };
@@ -49,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.02225 seconds and 4 git commands to generate.