CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / writer.h
index 8c82593b7f27be0261d0df5d47c84372ef5255a9..82719c66aebdf09f9e1cea56c224ec78a902837a 100644 (file)
@@ -187,14 +187,14 @@ extern int bt_ctf_writer_set_byte_order(struct bt_ctf_writer *writer,
 static inline
 void bt_ctf_writer_get(struct bt_ctf_writer *writer)
 {
-       bt_object_get_ref(writer);
+       bt_ctf_object_get_ref(writer);
 }
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
 void bt_ctf_writer_put(struct bt_ctf_writer *writer)
 {
-       bt_object_put_ref(writer);
+       bt_ctf_object_put_ref(writer);
 }
 
 #ifdef __cplusplus
This page took 0.02379 seconds and 4 git commands to generate.