X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=0e0e2498b4d43bf40c0303074a16cb845885b060;hp=a39b1529108bfdbd511ab8162a0815f8c9c1548a;hb=0686ef9496b70a2b1e401375ca6ffd529c4b2a34;hpb=98edd02cbad60451fbdfe07bb015005882668aec diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index a39b1529..0e0e2498 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -40,13 +40,16 @@ struct bt_ctf_stream { struct bt_object base; uint32_t id; struct bt_ctf_stream_class *stream_class; + GString *name; + struct bt_ctf_field *packet_header; + struct bt_ctf_field *packet_context; + + /* Writer-specific members. */ /* Array of pointers to bt_ctf_event for the current packet */ GPtrArray *events; struct ctf_stream_pos pos; unsigned int flushed_packet_count; - GString *name; - struct bt_ctf_field *packet_header; - struct bt_ctf_field *packet_context; + uint64_t size; }; BT_HIDDEN