X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Fstream.h;h=bc368f4e435ea73e84873adeb54620600c8fb61f;hb=98bd6ec2cbc37814f9d92372fd8e9aa2c5956489;hp=0a73013edc411bb821ce658441bcdd2e68390974;hpb=8138bfe1b1d389d60d8f6c98b8f0cc8e84b9907b;p=babeltrace.git diff --git a/include/babeltrace/ctf-writer/stream.h b/include/babeltrace/ctf-writer/stream.h index 0a73013e..bc368f4e 100644 --- a/include/babeltrace/ctf-writer/stream.h +++ b/include/babeltrace/ctf-writer/stream.h @@ -2,8 +2,6 @@ #define BABELTRACE_CTF_WRITER_STREAM_H /* - * BabelTrace - CTF Writer: Stream - * * Copyright 2013, 2014 Jérémie Galarneau * * Author: Jérémie Galarneau @@ -172,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