bt_field_class_*_create(): accept mandatory trace class
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 10 Dec 2018 21:19:32 +0000 (16:19 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
commitb7396828521cd67eed7f84f3ff8ffd707626e3be
tree0d804640631113365524508728faa642b493ed91
parent35fa110e5bea4a35497313adf3e3d0fa09db9ff7
bt_field_class_*_create(): accept mandatory trace class

This patch makes all the field class creation functions accept a
mandatory trace class parameter. This parameter is not used for the
moment, but it could serve in the future to control allocation (for
example, object pooling), bookkeeping, and validation.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/trace-ir/field-class.h
lib/trace-ir/field-class.c
plugins/ctf/common/metadata/ctf-meta-translate.c
plugins/text/dmesg/dmesg.c
tests/lib/test_trace_ir_ref.c
This page took 0.025105 seconds and 4 git commands to generate.