X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace2%2Fvalue-const.h;h=67c05795cf126cca9f60554f744c37b46afb9c71;hb=9b4f9b425f2efce9a6ccc25f7ae062ebc1116a7d;hp=de89d259a3cbe0208c6776bb16e11ce052fc5be7;hpb=bbb7b5f044dc06e50eaa34ed3a880b34e1e7ebb8;p=babeltrace.git diff --git a/include/babeltrace2/value-const.h b/include/babeltrace2/value-const.h index de89d259..67c05795 100644 --- a/include/babeltrace2/value-const.h +++ b/include/babeltrace2/value-const.h @@ -125,9 +125,9 @@ extern bt_bool bt_value_compare(const bt_value *object_a, extern bt_bool bt_value_bool_get(const bt_value *bool_obj); -extern uint64_t bt_value_unsigned_integer_get(const bt_value *integer_obj); +extern uint64_t bt_value_integer_unsigned_get(const bt_value *integer_obj); -extern int64_t bt_value_signed_integer_get(const bt_value *integer_obj); +extern int64_t bt_value_integer_signed_get(const bt_value *integer_obj); extern double bt_value_real_get(const bt_value *real_obj); @@ -161,7 +161,7 @@ typedef bt_bool (* bt_value_map_foreach_entry_const_func)(const char *key, typedef enum bt_value_map_foreach_entry_const_status { BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERROR = __BT_FUNC_STATUS_MEMORY_ERROR, BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_OK = __BT_FUNC_STATUS_OK, - BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_CANCELED = __BT_FUNC_STATUS_CANCELED, + BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_INTERRUPTED = __BT_FUNC_STATUS_INTERRUPTED, } bt_value_map_foreach_entry_const_status; extern bt_value_map_foreach_entry_const_status bt_value_map_foreach_entry_const(