ir: refactor FT validation and resolving
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 227120dc86817097b8a84ecba2e507d34ca2ec8f..e92eb7c1ade9f084a1d1ae2cee9ee477ce3661e2 100644 (file)
@@ -58,6 +58,12 @@ struct bt_ctf_trace {
        GPtrArray *streams; /* Array of ptrs to bt_ctf_stream */
        struct bt_ctf_field_type *packet_header_type;
        uint64_t next_stream_id;
+
+       /*
+        * This flag indicates if the trace is valid. A valid
+        * trace is _always_ frozen.
+        */
+       int valid;
 };
 
 struct metadata_context {
This page took 0.023236 seconds and 4 git commands to generate.