X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=ca22eb1165081ea64decbac78eebccd32cd6daef;hp=b0011ddfdbe91f2e721bc9aeb0d7d652f69b2f14;hb=83509119a945fc77faff869daaf48627e1c4b3fa;hpb=4841ccc167f5f99267a0c129a1e79214b60f553c diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index b0011ddf..ca22eb11 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -28,7 +28,7 @@ */ #include -#include +#include #include #include #include @@ -37,7 +37,7 @@ #include struct bt_ctf_stream { - struct bt_ctf_base base; + struct bt_object base; /* Trace owning this stream. A stream does not own a trace. */ struct bt_ctf_trace *trace; uint32_t id; @@ -55,7 +55,7 @@ struct bt_ctf_stream { struct bt_ctf_field *event_context; }; -/* Stream class should be locked by the caller after creating a stream */ +/* Stream class should be frozen by the caller after creating a stream */ BT_HIDDEN struct bt_ctf_stream *bt_ctf_stream_create( struct bt_ctf_stream_class *stream_class,