ir: add optional name property to stream
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 155794042d0eee1b89963d0e498ed9cd4257b2cd..5ffe815ee089ca86ef89ebb3110e966331045975 100644 (file)
@@ -44,6 +44,7 @@ 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;
This page took 0.024313 seconds and 4 git commands to generate.