ir: make bt_ctf_stream_create() public
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index eb8a256341dfa34f2ebac893631759620afdef51..f9091425b0d111523760620d4414861d769d7862 100644 (file)
@@ -58,6 +58,7 @@ 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;
+       int is_created_by_writer;
 
        /*
         * This flag indicates if the trace is valid. A valid
This page took 0.022831 seconds and 4 git commands to generate.