Fix: lock stream class after assigning stream id
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index ca6a2eb3d966ad7b71bbe66bb9a3aa05dea0c157..db5eeaf6896bcffaa67cf5d0425dfdaad83bf961 100644 (file)
@@ -44,17 +44,16 @@ struct bt_ctf_stream {
        struct bt_ctf_stream_class *stream_class;
        /* Array of pointers to bt_ctf_event for the current packet */
        GPtrArray *events;
-       /* Array of pointers to bt_ctf_field associated with each event */
-       GPtrArray *event_headers;
+       /* Array of pointers to bt_ctf_field associated with each event*/
        GPtrArray *event_contexts;
        struct ctf_stream_pos pos;
        unsigned int flushed_packet_count;
        struct bt_ctf_field *packet_header;
        struct bt_ctf_field *packet_context;
-       struct bt_ctf_field *event_header;
        struct bt_ctf_field *event_context;
 };
 
+/* Stream class should be locked by the caller after creating a stream */
 BT_HIDDEN
 struct bt_ctf_stream *bt_ctf_stream_create(
                struct bt_ctf_stream_class *stream_class,
This page took 0.032601 seconds and 4 git commands to generate.