X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fstream-internal.h;h=565d53f24438def98ea186fa9e471158e17fe150;hb=013f35c63d8c005d7ffc8c4e52002c4661b98b38;hp=7985947831734bab6094f721ce69da0f368b01e9;hpb=bd1a54fe26dea99d5f46714827d6c2fa970810bd;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/stream-internal.h b/include/babeltrace/ctf-writer/stream-internal.h index 79859478..565d53f2 100644 --- a/include/babeltrace/ctf-writer/stream-internal.h +++ b/include/babeltrace/ctf-writer/stream-internal.h @@ -31,11 +31,11 @@ #include #include #include -#include #include #include #include #include +#include #include struct bt_ctf_stream_common; @@ -93,16 +93,12 @@ struct bt_ctf_stream { /* Array of pointers to bt_ctf_event for the current packet */ GPtrArray *events; - struct bt_ctf_stream_pos pos; + struct bt_ctfser ctfser; unsigned int flushed_packet_count; uint64_t discarded_events; - uint64_t size; uint64_t last_ts_end; }; -BT_HIDDEN -int bt_ctf_stream_set_fd(struct bt_ctf_stream *stream, int fd); - BT_HIDDEN struct bt_ctf_stream *bt_ctf_stream_create_with_id( struct bt_ctf_stream_class *stream_class,