ir: refactor FT validation and resolving
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 94dc6206146d763eb728f222b084120a3cbe6658..453b08515a8be31819a1233f78f6888696211d9a 100644 (file)
@@ -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
This page took 0.023563 seconds and 4 git commands to generate.