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>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commit53af57e70b2f60f5c80608e79806e8fb847a5d3d
tree77e960462a09d45c7aaf859a9ddbf3ec7532508d
parent2caa0e3586d52b1e1f00af7c9a368f1f3aec0bd3
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.035492 seconds and 5 git commands to generate.