fix has_heartbeat : must be per tracefile for fast userspace tracing
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index c4684bc6526edf9d3c6c355c25bcc161aaa6253a..2777d8bd4d2bb1f9a18f9dc48fb964e8653f73ab 100644 (file)
@@ -392,6 +392,7 @@ struct _LttTracefile{
   size_t    has_alignment;           //alignment of events in the tracefile.
                                      // 0 or the architecture size in bytes.
 
+  guint8    has_heartbeat;
   size_t    buffer_header_size;
   int       compact;                 //compact tracefile ?
   uint8_t   tsc_lsb_truncate;
@@ -436,7 +437,6 @@ struct _LttTrace{
   guint8    ltt_major_version;
   guint8    ltt_minor_version;
   guint8    flight_recorder;
-  guint8    has_heartbeat;
   guint32    freq_scale;
   uint64_t  start_freq;
   uint64_t  start_tsc;
This page took 0.024117 seconds and 4 git commands to generate.