get the size and update event fields at the end of the read
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 25692fae06a488161bc465566b87ad19c1da64b1..5fa28863d872c8040702f9b6dbf1959230d62308 100644 (file)
@@ -30,8 +30,6 @@
 
 #define LTT_PACKED_STRUCT __attribute__ ((packed))
 
-#define NUM_FACILITIES 256
-
 /* Hardcoded facilities */
 #define LTT_FACILITY_CORE 0
 
@@ -201,6 +199,7 @@ struct _LttEvent{
   LttTime event_time;
 
   void * data;               //event data
+  guint  data_size;
 
   int      count;                    //the number of overflow of cycle count
   gint64 overflow_nsec;              //precalculated nsec for overflows
This page took 0.022429 seconds and 4 git commands to generate.