X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fwriter-internal.h;h=cf7e399c4bb4ad903b0357465accc2000ed5b2b7;hb=2f100782231d86cdaaadf7a8568c5b28583800f4;hp=5c682dd857dac84ec577cd31852c7ec0364c0f03;hpb=273b65be02bbefbfefc39a71687c23220b74867f;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/writer-internal.h b/include/babeltrace/ctf-writer/writer-internal.h index 5c682dd8..cf7e399c 100644 --- a/include/babeltrace/ctf-writer/writer-internal.h +++ b/include/babeltrace/ctf-writer/writer-internal.h @@ -4,7 +4,7 @@ /* * BabelTrace - CTF Writer: Writer internal * - * Copyright 2013 EfficiOS Inc. + * Copyright 2013, 2014 Jérémie Galarneau * * Author: Jérémie Galarneau * @@ -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 {