bt_field_type_compare(): deep-compare mapped clock classes
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 2 Feb 2018 21:31:37 +0000 (16:31 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 03:32:03 +0000 (23:32 -0400)
commit93dda9014cf4c4f5365a6af73594a543ec642cb9
tree605b9a8a6ffbde46da3fe8b8644342c6a25fc86a
parent1805e0b4b91b339a131f2463e241b706cad5a56f
bt_field_type_compare(): deep-compare mapped clock classes

Deep-compare mapped clock classes in bt_field_type_integer_compare()
instead of just comparing the pointers. Given the same contexts, two
integer field types which have equal properties and equal mapped clock
classes (not just equal clock class pointers) are considered equal.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/ctf-ir/clock-class-internal.h
lib/ctf-ir/clock-class.c
lib/ctf-ir/field-types.c
This page took 0.024211 seconds and 4 git commands to generate.