ir: add stream ID API
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index 0b844b8a23015502896114926e57b7be3c4d36e2..87395b107f37f609a9231401856e3261ced9ab0b 100644 (file)
@@ -49,7 +49,7 @@ struct bt_ctf_stream_destroy_listener {
 
 struct bt_ctf_stream {
        struct bt_object base;
-       uint32_t id;
+       int64_t id;
        struct bt_ctf_stream_class *stream_class;
        GString *name;
        struct bt_ctf_field *packet_header;
This page took 0.023461 seconds and 4 git commands to generate.