fix multiversion traces handling
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index b525f9d70edb7478707e3d477ed956bcbe6e338a..bf659e02e19f30c7aea236851f98ceb11f6e0ce8 100644 (file)
@@ -183,7 +183,7 @@ struct ltt_block_start_header {
   } end;
   uint32_t                lost_size;  /* Size unused at the end of the buffer */
   uint32_t                buf_size;   /* The size of this sub-buffer */
-  char                    trace[0];
+  struct ltt_trace_header_any trace[0];
 } LTT_PACKED_STRUCT;
 
 
This page took 0.022726 seconds and 4 git commands to generate.