trace-ir.hpp: pass `UuidView` object to `CommonTrace::uuid()` method
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 30 May 2022 19:58:31 +0000 (15:58 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
commit81d250dbd42b565cfe1d5724d7f2dff88bf8b620
tree2e04f42674fb8045c65f9392bc37612a4e2c0b90
parent69d96f808107fa18e4d2ee49b058dfa324dae506
trace-ir.hpp: pass `UuidView` object to `CommonTrace::uuid()` method

To simplify the code, the ctf::ir::TraceCls returns a Uuid, so accepting
a UuidView here makes it trivial to pass the return of one to the other.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I1f7a8fa51d932d764d77cd8dafe087cbf89f77b7
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8188
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10831
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/trace-ir.hpp
This page took 0.023801 seconds and 4 git commands to generate.