ir: add bt_ctf_clock_class object, modify bt_ctf_clock object
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 03a7ebf1c3f6c8155561cd48b7c511df7a30995e..9c0ba851fb7c7fa14787afb0abd1756e5375b545 100644 (file)
@@ -54,7 +54,7 @@ struct bt_ctf_trace {
        uuid_t uuid;
        int byte_order; /* A value defined in Babeltrace's "endian.h" */
        struct bt_value *environment;
-       GPtrArray *clocks; /* Array of pointers to bt_ctf_clock */
+       GPtrArray *clocks; /* Array of pointers to bt_ctf_clock_class */
        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;
This page took 0.025127 seconds and 4 git commands to generate.