Split CTF IR and CTF writer APIs and implementations
[babeltrace.git] / include / babeltrace / ctf-ir / utils-internal.h
index ac5612ffd768c84790d9ab1f7b02f6747cba9c0d..12b2494028000f6bd431671e4df1ce3161e089a2 100644 (file)
 #include <babeltrace/ctf-ir/field-types.h>
 #include <stdint.h>
 
+#define BT_TO_COMMON(_obj)     (&(_obj)->common)
+#define BT_FROM_COMMON(_obj)   ((void *) _obj)
+
+struct search_query {
+       gpointer value;
+       int found;
+};
+
 BT_HIDDEN
-int bt_validate_single_clock_class(struct bt_field_type *field_type,
-               struct bt_clock_class **expected_clock_class);
+const char *get_byte_order_string(enum bt_byte_order byte_order);
 
 #endif /* BABELTRACE_CTF_IR_UTILS_INTERNAL_H */
This page took 0.023043 seconds and 4 git commands to generate.