X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=afbb9ff51bea6ff68168f12fde1f7b3555e5d8fe;hb=bc37ae52aa6face901440bf7eb2171104b5343d8;hp=daaa430b36572d3680b437a73d046800c2eaea5e;hpb=3f043b0587e8c2bc1f8921438c112e41fa54db8f;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index daaa430b..afbb9ff5 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -27,6 +27,7 @@ * SOFTWARE. */ +#include #include #include #include @@ -51,7 +52,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