Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 9c0ba851fb7c7fa14787afb0abd1756e5375b545..38c89e7b3c8d15756961c7a576fcef093354c587 100644 (file)
@@ -52,7 +52,7 @@ 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_class */
        GPtrArray *stream_classes; /* Array of ptrs to bt_ctf_stream_class */
This page took 0.022892 seconds and 4 git commands to generate.