X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Fdata-stream-file.h;h=a0ac6c7423d4c1388a2e80f33592aa4ae1abb813;hp=3a4daad8c62b00f0e010a7e48b41388633b1d94e;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hpb=05e2128659970c32648a01255ed870449f05d518 diff --git a/plugins/ctf/fs-src/data-stream-file.h b/plugins/ctf/fs-src/data-stream-file.h index 3a4daad8..a0ac6c74 100644 --- a/plugins/ctf/fs-src/data-stream-file.h +++ b/plugins/ctf/fs-src/data-stream-file.h @@ -97,7 +97,7 @@ struct ctf_fs_ds_file { struct ctf_fs_file *file; /* Owned by this */ - struct bt_private_stream *stream; + struct bt_stream *stream; /* Weak */ struct bt_notif_iter *notif_iter; @@ -130,13 +130,13 @@ struct ctf_fs_ds_file *ctf_fs_ds_file_create( struct ctf_fs_trace *ctf_fs_trace, struct bt_self_notification_iterator *pc_notif_iter, struct bt_notif_iter *notif_iter, - struct bt_private_stream *stream, const char *path); + struct bt_stream *stream, const char *path); BT_HIDDEN int ctf_fs_ds_file_borrow_packet_header_context_fields( struct ctf_fs_ds_file *ds_file, - struct bt_private_field **packet_header_field, - struct bt_private_field **packet_context_field); + struct bt_field **packet_header_field, + struct bt_field **packet_context_field); BT_HIDDEN void ctf_fs_ds_file_destroy(struct ctf_fs_ds_file *stream);