Track clock states in notification iterator
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 155794042d0eee1b89963d0e498ed9cd4257b2cd..a39b1529108bfdbd511ab8162a0815f8c9c1548a 100644 (file)
@@ -44,10 +44,9 @@ struct bt_ctf_stream {
        GPtrArray *events;
        struct ctf_stream_pos pos;
        unsigned int flushed_packet_count;
+       GString *name;
        struct bt_ctf_field *packet_header;
        struct bt_ctf_field *packet_context;
-       struct bt_ctf_field *event_header;
-       struct bt_ctf_field *event_context;
 };
 
 BT_HIDDEN
This page took 0.02407 seconds and 4 git commands to generate.