bt_field_class_*_create(): accept mandatory trace class
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 10 Dec 2018 21:19:32 +0000 (16:19 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit1122a43a3af6fbc4419f74bbb07b5d920f42f4a0
tree50f6670ac4174f0fec235a9f80257c9dc735f762
parent0f2d58c93fe05b0f40c1c9589aa59d4f9cad877b
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.025842 seconds and 4 git commands to generate.