X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=453b08515a8be31819a1233f78f6888696211d9a;hb=09840de5d022697671dafe2bed427fa5c09b40b9;hp=94dc6206146d763eb728f222b084120a3cbe6658;hpb=f90b8e2662a12070fe474f21e0faf9243938e71d;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index 94dc6206..453b0851 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -50,6 +50,12 @@ struct bt_ctf_stream_class { struct bt_ctf_field_type *event_context_type; int frozen; int byte_order; + + /* + * This flag indicates if the stream class is valid. A valid + * stream class is _always_ frozen. + */ + int valid; }; BT_HIDDEN