lib: add bt_field_class_get_graph_mip_version()
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 22 Oct 2024 19:48:45 +0000 (15:48 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 4 Nov 2024 16:17:44 +0000 (11:17 -0500)
commitbd7167cc5674a8e0a6feec619fc31eaf6f14f817
treee0179286a69ff8b275ec3a08a6a547199bb4680c
parentb998522ab113bf63e64c1a00c7fc7fd97747c1a4
lib: add bt_field_class_get_graph_mip_version()

Add bt_field_class_get_graph_mip_version, which returns the MIP version
for the graph the field class is in, for the same reason as explained in
fbc90342dade ("lib: add bt_trace_class_get_graph_mip_version") for trace
class.

Note to Phil: I don't know where to put the function declaration in the
header, perhaps a new section is needed.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: I97b4a440020cb006bee9a79a5dce9cbade565914
Reviewed-on: https://review.lttng.org/c/babeltrace/+/13395
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace2/trace-ir/field-class.h
src/lib/trace-ir/field-class.c
This page took 0.024921 seconds and 4 git commands to generate.