X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=cf7e399c4bb4ad903b0357465accc2000ed5b2b7;hp=1ab77d814b0676a158f3cfabdd19f95e3a6b763b;hb=2f100782231d86cdaaadf7a8568c5b28583800f4;hpb=c13c7ca07e124477b059a69d75835afe98d4e634 diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 1ab77d81..cf7e399c 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -61,7 +61,7 @@ struct bt_ctf_writer { GPtrArray *streams; /* Array of pointers to bt_ctf_stream */ struct bt_ctf_field_type *trace_packet_header_type; struct bt_ctf_field *trace_packet_header; - uint32_t next_stream_id; + uint64_t next_stream_id; }; struct environment_variable {