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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:33 +0000 (18:19 -0400)
commitdb3347acf554e4602ae657e9721b95736bfa9c41
treedccaf7c36f6bd4676abd225e471d950f690bae19
parent7e579125f7722c0e6162af2cd204d7a5be3b24cd
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.036265 seconds and 4 git commands to generate.