lib: add aliases for Babeltrace structure types
[babeltrace.git] / plugins / ctf / lttng-live / metadata.c
index 0beb0f1ef9df921efb956aa1750806b9e0b407fc..3021f78ab34e26e2b57a13c88ff5a03c024bf990 100644 (file)
@@ -72,7 +72,7 @@ enum bt_lttng_live_iterator_status lttng_live_update_clock_map(
        BT_ASSERT(count >= 0);
 
        for (i = 0; i < count; i++) {
-               const struct bt_clock_class *clock_class =
+               const bt_clock_class *clock_class =
                        bt_trace_get_clock_class_by_index(trace->trace, i);
 
                BT_ASSERT(clock_class);
This page took 0.023898 seconds and 4 git commands to generate.