tests/lib: pass C++ wrapper types to `RunIn` callbacks
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 13 Feb 2024 03:26:22 +0000 (22:26 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 19 Feb 2024 18:10:15 +0000 (13:10 -0500)
commit5d15e4cab25bba8cf293e7edb6adf3c6b1c68958
treeb4329da5f8f7442261cca33480010b5ba2b8354d
parent209ec9b4c609b0a989d33be9949b80a31544faa8
tests/lib: pass C++ wrapper types to `RunIn` callbacks

Pass C++ wrapper types to `RunInCompClsInitFunc`,
`RunInCompClsQueryFunc` and `RunInMsgIterClsInitFunc` instead of C
library types.

Adjust callers and callees in a trivial way.

Change-Id: I3d6fcee8e0239976483995affcd7e95fb5fa12ef
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11796
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/lib/conds/conds-triggers.cpp
tests/lib/conds/utils.hpp
tests/lib/test-fields-bin.cpp
tests/lib/utils/run-in.cpp
tests/lib/utils/run-in.hpp
This page took 0.023942 seconds and 4 git commands to generate.