ir: remove unused event header/context fields from stream
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 7461d321f0fe34c85c67a9898dd04fd29a25da8a..a39b1529108bfdbd511ab8162a0815f8c9c1548a 100644 (file)
@@ -44,18 +44,11 @@ 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;
 };
 
-/* Stream class should be frozen by the caller after creating a stream */
-BT_HIDDEN
-struct bt_ctf_stream *bt_ctf_stream_create(
-               struct bt_ctf_stream_class *stream_class,
-               struct bt_ctf_trace *trace);
-
 BT_HIDDEN
 int bt_ctf_stream_set_fd(struct bt_ctf_stream *stream, int fd);
 
This page took 0.023014 seconds and 4 git commands to generate.