lib: remove clock class priority map, use default clock value
[babeltrace.git] / include / babeltrace / ctf-ir / field-types-internal.h
index a15b9c0a13e5e62b283c1d4ab8f723b90b034e69..0b96007b8ad33d13dcd41605b3b7ee565ec15ffe 100644 (file)
@@ -42,7 +42,7 @@
                "%![ft-]+_F", bt_common_field_type_id_string(_type_id), (_ft))
 
 #define BT_ASSERT_PRE_FT_HOT(_ft, _name)                               \
-       BT_ASSERT_PRE_HOT((_ft), (_name), ": +%!+_F", (_ft))
+       BT_ASSERT_PRE_HOT((_ft), (_name), ": %!+_F", (_ft))
 
 #define BT_FIELD_TYPE_COMMON_STRUCTURE_FIELD_AT_INDEX(_ft, _index)     \
        (&g_array_index(((struct bt_field_type_common_structure *) (_ft))->fields, \
@@ -274,14 +274,6 @@ struct bt_field_type_common_string {
        enum bt_string_encoding encoding;
 };
 
-#ifdef BT_DEV_MODE
-# define bt_field_type_freeze          _bt_field_type_freeze
-# define bt_field_type_common_freeze   _bt_field_type_common_freeze
-#else
-# define bt_field_type_freeze(_ft)
-# define bt_field_type_common_freeze(_ft)
-#endif
-
 typedef struct bt_field_common *(* bt_field_common_create_func)(
                struct bt_field_type_common *);
 
@@ -620,10 +612,10 @@ enum bt_field_type_id bt_field_type_common_get_type_id(
                struct bt_field_type_common *ft);
 
 BT_HIDDEN
-void _bt_field_type_common_freeze(struct bt_field_type_common *ft);
+void bt_field_type_common_freeze(struct bt_field_type_common *ft);
 
 BT_HIDDEN
-void _bt_field_type_freeze(struct bt_field_type *ft);
+void bt_field_type_freeze(struct bt_field_type *ft);
 
 BT_HIDDEN
 struct bt_field_type_common *
This page took 0.024753 seconds and 4 git commands to generate.