lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index 2dcfc1d8b5d914d7e63369e0b33556bbcad7ee0f..f700b02ffffec2a96f85584ddcb42cd328c68bc8 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_private_clock_class_borrow_clock_class(clock_class), cycles, ns);
+               bt_private_clock_class_as_clock_class(clock_class), cycles, ns);
 }
 
 static
This page took 0.023526 seconds and 4 git commands to generate.