ir: add BT_CTF_BYTE_ORDER_NONE and make it the default trace's native BO
[babeltrace.git] / include / babeltrace / ctf-ir / field-types.h
index 6b6a0d0a7efd200a490ea95edad7781ebfbcfd51..61dc291ae560b1555a27d06d80987b1247103c27 100644 (file)
@@ -492,6 +492,12 @@ enum bt_ctf_byte_order {
        /// Native (default) byte order.
        BT_CTF_BYTE_ORDER_NATIVE = 0,
 
+       /**
+       No byte order; the initial native byte order of a
+       \link ctfirtraceclass CTF IR trace class\endlink.
+       */
+       BT_CTF_BYTE_ORDER_NONE,
+
        /// Little-endian.
        BT_CTF_BYTE_ORDER_LITTLE_ENDIAN,
 
This page took 0.025052 seconds and 4 git commands to generate.