X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=c88be91c02fa0ffe129938b3c941e60c38c56155;hp=3b368d1de2230bb26619b7a8763f09a052319af2;hb=29664b2a3a15c7233d916887d2f58fc42e18521e;hpb=3975bd7e68ab519547cfb2e63fef3c12eeabdf5c diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index 3b368d1d..c88be91c 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -70,6 +70,10 @@ BT_HIDDEN int _bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class, uint32_t id); +BT_HIDDEN +int bt_ctf_stream_class_set_id_no_check( + struct bt_ctf_stream_class *stream_class, uint32_t id); + BT_HIDDEN int bt_ctf_stream_class_set_trace(struct bt_ctf_stream_class *stream_class, struct bt_ctf_trace *trace);