Add stream packet header accessors
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index daaa430b36572d3680b437a73d046800c2eaea5e..9214abb82139fee93fb9ffa27f0a653260f43a2f 100644 (file)
@@ -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
This page took 0.023753 seconds and 4 git commands to generate.