X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=9214abb82139fee93fb9ffa27f0a653260f43a2f;hb=12c8a1a3121ed7125e8758065c44658d8eda1333;hp=daaa430b36572d3680b437a73d046800c2eaea5e;hpb=9773681407e4e8fce40f247132dc99fabe306bfe;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index daaa430b..9214abb8 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -51,7 +51,7 @@ struct bt_ctf_stream { GPtrArray *events; struct ctf_stream_pos pos; unsigned int flushed_packet_count; - uint64_t events_discarded; + struct bt_ctf_field *packet_context; }; BT_HIDDEN