X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=cc421d225f3e9d625ba44c1eb506cd13e7acbcc4;hb=8bfa3f9cc64d97a164eb5fd2d9f9a31497d9e26d;hp=0bd39ba49964b368dd78e0ca2c88fed64e9a1be3;hpb=af181248caf97d9c4e22182181f70a16b40ffead;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index 0bd39ba4..cc421d22 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -50,6 +50,8 @@ struct bt_ctf_stream { struct flush_callback flush; /* Array of pointers to bt_ctf_event for the current packet */ GPtrArray *events; + /* Array of pointers to bt_ctf_field associated with each event*/ + GPtrArray *event_contexts; struct ctf_stream_pos pos; unsigned int flushed_packet_count; struct bt_ctf_field *packet_context;