Fix: Field types native byte order refers to the trace
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index dd80bdceb89026560318236b3eaed7286800c9b3..198497dff68da45ce2bde43ade4a5d400554e8de 100644 (file)
@@ -155,4 +155,8 @@ const char *bt_ctf_field_type_enumeration_get_mapping_name_signed(
                struct bt_ctf_field_type_enumeration *enumeration_type,
                int64_t value);
 
+/* Override field type's byte order only if it is set to "native" */
+BT_HIDDEN
+void bt_ctf_field_type_set_native_byte_order(
+               struct bt_ctf_field_type *type, int byte_order);
 #endif /* BABELTRACE_CTF_IR_EVENT_TYPES_INTERNAL_H */
This page took 0.024941 seconds and 4 git commands to generate.