commit trace v2 before build test
[lttv.git] / trunk / lttv / ltt / event.h
index 2574a271b04f653de53e63c92fb97ea8abc7cc89..d737a469b5a841be3759046a34192d48ec5998dd 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef _LTT_EVENT_H
+
 #define _LTT_EVENT_H
 
 #include <glib.h>
@@ -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.022255 seconds and 4 git commands to generate.