X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=bf659e02e19f30c7aea236851f98ceb11f6e0ce8;hb=9788e7905947d1896bbb3e18e9271b8d54ec00da;hp=b525f9d70edb7478707e3d477ed956bcbe6e338a;hpb=823820eb1852619c9a24af4a01622356214c01b4;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index b525f9d7..bf659e02 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -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;