lib: graph: add "self" and some "private" APIs
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index d47e18b8d9384c043adfa6b5cfbe503e31b4604a..2dcfc1d8b5d914d7e63369e0b33556bbcad7ee0f 100644 (file)
@@ -297,7 +297,7 @@ int convert_cycles_to_ns(struct bt_private_clock_class *clock_class,
                uint64_t cycles, int64_t *ns)
 {
        return bt_clock_class_cycles_to_ns_from_origin(
-               bt_clock_class_borrow_from_private(clock_class), cycles, ns);
+               bt_private_clock_class_borrow_clock_class(clock_class), cycles, ns);
 }
 
 static
@@ -624,7 +624,7 @@ error:
 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.024823 seconds and 4 git commands to generate.