lib: graph: add "self" and some "private" APIs
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta-translate.c
index ea2eea785566303e9c6ab399ef55738cf2e80098..37bc36c966ac41122daee9114aeea078b72f4d8a 100644 (file)
@@ -525,7 +525,7 @@ struct bt_private_stream_class *ctf_stream_class_to_ir(struct ctf_stream_class *
 
        if (sc->default_clock_class) {
                ret = bt_private_stream_class_set_default_clock_class(ir_sc,
-                       bt_clock_class_borrow_from_private(sc->default_clock_class));
+                       bt_private_clock_class_borrow_clock_class(sc->default_clock_class));
                BT_ASSERT(ret == 0);
        }
 
This page took 0.025006 seconds and 4 git commands to generate.