X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=formats%2Fctf%2Fir%2Fstream.c;h=c757be71a0b40f62e079483d7a28a3357d7edf4b;hb=eea2626ff949877f03232bfce6bb962309edd397;hp=56abfcea5f89fe1f78f47241428fcc20d3688361;hpb=0f757a272cd66d39c91a4c7bdb54fcab9fab96c6;p=babeltrace.git diff --git a/formats/ctf/ir/stream.c b/formats/ctf/ir/stream.c index 56abfcea..c757be71 100644 --- a/formats/ctf/ir/stream.c +++ b/formats/ctf/ir/stream.c @@ -633,6 +633,7 @@ end: return packet_context; } +BT_HIDDEN int bt_ctf_stream_set_packet_context(struct bt_ctf_stream *stream, struct bt_ctf_field *field) { @@ -659,6 +660,7 @@ end: return ret; } +BT_HIDDEN struct bt_ctf_field *bt_ctf_stream_get_packet_header( struct bt_ctf_stream *stream) { @@ -676,6 +678,7 @@ end: return packet_header; } +BT_HIDDEN int bt_ctf_stream_set_packet_header(struct bt_ctf_stream *stream, struct bt_ctf_field *field) { @@ -996,6 +999,7 @@ end: return ret; } +BT_HIDDEN const char *bt_ctf_stream_get_name(struct bt_ctf_stream *stream) { const char *name = NULL;