ir: move the stream event ctx field to the event
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index ca22eb1165081ea64decbac78eebccd32cd6daef..7461d321f0fe34c85c67a9898dd04fd29a25da8a 100644 (file)
 
 struct bt_ctf_stream {
        struct bt_object base;
-       /* Trace owning this stream. A stream does not own a trace. */
-       struct bt_ctf_trace *trace;
        uint32_t id;
        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;
-       GPtrArray *event_contexts;
        struct ctf_stream_pos pos;
        unsigned int flushed_packet_count;
        struct bt_ctf_field *packet_header;
This page took 0.040742 seconds and 4 git commands to generate.