X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=ca6a2eb3d966ad7b71bbe66bb9a3aa05dea0c157;hb=9f476966aa40bd0de2cd0654623ea03f8a3254eb;hp=4b3250b0f89ac074d1ba18d6070885d272aa5690;hpb=36336d93377e7e3c9a5077b32f63bcef9a08e81c;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index 4b3250b0..ca6a2eb3 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -44,12 +44,14 @@ struct bt_ctf_stream { struct bt_ctf_stream_class *stream_class; /* Array of pointers to bt_ctf_event for the current packet */ GPtrArray *events; - /* Array of pointers to bt_ctf_field associated with each event*/ + /* Array of pointers to bt_ctf_field associated with each event */ + GPtrArray *event_headers; GPtrArray *event_contexts; struct ctf_stream_pos pos; unsigned int flushed_packet_count; struct bt_ctf_field *packet_header; struct bt_ctf_field *packet_context; + struct bt_ctf_field *event_header; struct bt_ctf_field *event_context; };