Add bt_ctf_field_type_compare(): field type deep comparison
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 30 Jan 2016 06:19:01 +0000 (01:19 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 19 Feb 2016 20:14:59 +0000 (15:14 -0500)
commit265e809cb65022c2d9f15c0ddc0d607445621b76
tree599a0cedd0874eee2fd191731f1fae0b568d6060
parentdb8ef25397aadcc7fa3f960c48ba74118322924b
Add bt_ctf_field_type_compare(): field type deep comparison

The new bt_ctf_field_type_compare() function compares two field
types recursively.

The tag field type of variant field types are not compared; only
the tag strings are compared.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/event-types.c
include/babeltrace/ctf-ir/event-types.h
This page took 0.024193 seconds and 4 git commands to generate.