Add Trace CTF IR type
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index daaa430b36572d3680b437a73d046800c2eaea5e..afbb9ff51bea6ff68168f12fde1f7b3555e5d8fe 100644 (file)
@@ -27,6 +27,7 @@
  * SOFTWARE.
  */
 
+#include <babeltrace/ctf-ir/stream.h>
 #include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/ctf-writer/clock.h>
 #include <babeltrace/ctf-writer/event-fields.h>
@@ -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
This page took 0.023324 seconds and 4 git commands to generate.