Standardize *get_*() functions
[babeltrace.git] / plugins / ctf / fs / fs.c
index 808f9ccfeb3bf1f437f3b29e88d5b8dd2befa5dc..e734a1e1fde604187e2c49ebfa84911b31a35334 100644 (file)
@@ -347,8 +347,8 @@ int create_cc_prio_map(struct ctf_fs_component *ctf_fs)
 
        for (i = 0; i < count; i++) {
                struct bt_ctf_clock_class *clock_class =
-                       bt_ctf_trace_get_clock_class(ctf_fs->metadata->trace,
-                               i);
+                       bt_ctf_trace_get_clock_class_by_index(
+                               ctf_fs->metadata->trace, i);
 
                assert(clock_class);
                ret = bt_clock_class_priority_map_add_clock_class(
This page took 0.023805 seconds and 4 git commands to generate.