CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / stream.h
index ff14adebfc7ba6e3fe92d3708c33464db77ae064..bc368f4e435ea73e84873adeb54620600c8fb61f 100644 (file)
@@ -170,14 +170,14 @@ extern int64_t bt_ctf_stream_get_id(struct bt_ctf_stream *stream);
 static inline
 void bt_ctf_stream_get(struct bt_ctf_stream *stream)
 {
-       bt_object_get_ref(stream);
+       bt_ctf_object_get_ref(stream);
 }
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
 void bt_ctf_stream_put(struct bt_ctf_stream *stream)
 {
-       bt_object_put_ref(stream);
+       bt_ctf_object_put_ref(stream);
 }
 
 #ifdef __cplusplus
This page took 0.023796 seconds and 4 git commands to generate.