ir: make bt_ctf_stream_create() public
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 25c526c0aa4f714ec1ce8501ebd39d3518658598..155794042d0eee1b89963d0e498ed9cd4257b2cd 100644 (file)
@@ -42,8 +42,6 @@ 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_contexts;
        struct ctf_stream_pos pos;
        unsigned int flushed_packet_count;
        struct bt_ctf_field *packet_header;
@@ -52,12 +50,6 @@ struct bt_ctf_stream {
        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.025238 seconds and 4 git commands to generate.