lib: make public reference count functions have strict types
[babeltrace.git] / plugins / ctf / lttng-live / metadata.c
index 4cfd88301572e7de05cc1f8b7177443040e642f1..0beb0f1ef9df921efb956aa1750806b9e0b407fc 100644 (file)
@@ -78,7 +78,7 @@ enum bt_lttng_live_iterator_status lttng_live_update_clock_map(
                BT_ASSERT(clock_class);
                ret = bt_clock_class_priority_map_add_clock_class(
                        trace->cc_prio_map, clock_class, 0);
-               BT_OBJECT_PUT_REF_AND_RESET(clock_class);
+               BT_CLOCK_CLASS_PUT_REF_AND_RESET(clock_class);
 
                if (ret) {
                        goto error;
This page took 0.023077 seconds and 4 git commands to generate.