bt_field_class_*_create(): accept mandatory trace class
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 10 Dec 2018 21:19:32 +0000 (16:19 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:18 +0000 (00:09 -0400)
commit0e84d7cc68d43956524c6f28d2650349084236f6
tree50f6670ac4174f0fec235a9f80257c9dc735f762
parent00d7a6f2071696b2223d2fc773662a10cf910ee0
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.02531 seconds and 5 git commands to generate.