lib: add bt_clock_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)
commitb998522ab113bf63e64c1a00c7fc7fd97747c1a4
treebefccfc51063b5d972528dcfc33bb3804dc0a12f
parentdca9db19512fa4191bc965cf8dcce885f68a8bff
lib: add bt_clock_class_get_graph_mip_version()

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

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