Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 03a7ebf1c3f6c8155561cd48b7c511df7a30995e..38c89e7b3c8d15756961c7a576fcef093354c587 100644 (file)
@@ -52,9 +52,9 @@ struct bt_ctf_trace {
        GString *name;
        int frozen;
        uuid_t uuid;
-       int byte_order; /* A value defined in Babeltrace's "endian.h" */
+       enum bt_ctf_byte_order native_byte_order;
        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.023662 seconds and 4 git commands to generate.