Standardize *get_*() functions
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 8b6c1f5a45ec6e99850b3c0de3a9478bb91a56e5..c3121cbd8ba54cbbc85c177a06b4c04ff74ed403 100644 (file)
@@ -58,7 +58,7 @@ struct bt_ctf_trace {
        GPtrArray *stream_classes; /* Array of ptrs to bt_ctf_stream_class */
        GPtrArray *streams; /* Array of ptrs to bt_ctf_stream */
        struct bt_ctf_field_type *packet_header_type;
-       uint64_t next_stream_id;
+       int64_t next_stream_id;
        int is_created_by_writer;
 
        /*
This page took 0.031134 seconds and 4 git commands to generate.