update compat
[lttv.git] / trunk / lttv / ltt / event.h
index 2574a271b04f653de53e63c92fb97ea8abc7cc89..31a49d36a7cbb56b922664c4e25f1c63b8045b10 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 */
 };
This page took 0.057156 seconds and 4 git commands to generate.