lib: graph: add "self" and some "private" APIs
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.h
index e403656eb3bdf7cc2540269d8e5aadff2adec6cc..3a4daad8c62b00f0e010a7e48b41388633b1d94e 100644 (file)
@@ -91,7 +91,7 @@ struct ctf_fs_ds_file {
        struct ctf_fs_metadata *metadata;
 
        /* Weak */
-       struct bt_private_connection_private_notification_iterator *pc_notif_iter;
+       struct bt_self_notification_iterator *pc_notif_iter;
 
        /* Owned by this */
        struct ctf_fs_file *file;
@@ -128,7 +128,7 @@ struct ctf_fs_ds_file {
 BT_HIDDEN
 struct ctf_fs_ds_file *ctf_fs_ds_file_create(
                struct ctf_fs_trace *ctf_fs_trace,
-               struct bt_private_connection_private_notification_iterator *pc_notif_iter,
+               struct bt_self_notification_iterator *pc_notif_iter,
                struct bt_notif_iter *notif_iter,
                struct bt_private_stream *stream, const char *path);
 
This page took 0.025103 seconds and 4 git commands to generate.