X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Ffield-class.h;h=79459a76587ee65501e03a584aee377791ba6560;hb=0822832bfb0c1942f19a65fdeb49de08a3160666;hp=e6711b4afa403935ba2db3d90e9ed028ea1c948a;hpb=467673c1a8e30cc146cddffa1970bbb430052680;p=babeltrace.git diff --git a/include/babeltrace2/trace-ir/field-class.h b/include/babeltrace2/trace-ir/field-class.h index e6711b4a..79459a76 100644 --- a/include/babeltrace2/trace-ir/field-class.h +++ b/include/babeltrace2/trace-ir/field-class.h @@ -179,19 +179,19 @@ bt_field_class_variant_without_selector_append_option( bt_field_class *var_field_class, const char *name, bt_field_class *field_class); -typedef enum bt_field_class_variant_with_selector_append_option_status { +typedef enum bt_field_class_variant_with_selector_integer_append_option_status { BT_FIELD_CLASS_VARIANT_WITH_SELECTOR_APPEND_OPTION_STATUS_MEMORY_ERROR = __BT_FUNC_STATUS_MEMORY_ERROR, BT_FIELD_CLASS_VARIANT_WITH_SELECTOR_APPEND_OPTION_STATUS_OK = __BT_FUNC_STATUS_OK, -} bt_field_class_variant_with_selector_append_option_status; +} bt_field_class_variant_with_selector_integer_append_option_status; -extern bt_field_class_variant_with_selector_append_option_status -bt_field_class_variant_with_selector_unsigned_append_option( +extern bt_field_class_variant_with_selector_integer_append_option_status +bt_field_class_variant_with_selector_integer_unsigned_append_option( bt_field_class *var_field_class, const char *name, bt_field_class *field_class, const bt_integer_range_set_unsigned *range_set); -extern bt_field_class_variant_with_selector_append_option_status -bt_field_class_variant_with_selector_signed_append_option( +extern bt_field_class_variant_with_selector_integer_append_option_status +bt_field_class_variant_with_selector_integer_signed_append_option( bt_field_class *var_field_class, const char *name, bt_field_class *field_class, const bt_integer_range_set_signed *range_set);