cpp-common/bt2: make `CommonClockClass::uuid` take a `bt2c::UuidView`
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 29 Feb 2024 19:13:46 +0000 (14:13 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Mar 2024 18:56:36 +0000 (14:56 -0400)
commit72ff0d991279c51d053d528e1c011b526c9419f6
treeee3a34143449dd03700ab3f29d89816c109fea8b
parent2a24eba8b45ab4bd62dfb2cd95f31e4c2a7a91a8
cpp-common/bt2: make `CommonClockClass::uuid` take a `bt2c::UuidView`

This, combined with a following patch that makes the constructors of
`bt2c::UuidView` implicit, makes it possible to pass a `bt2c::Uuid`
object directly to `CommonClockClass::uuid()`.

Change-Id: I336763e128bef5de8e208bc7fafcd9df59d7672a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11952
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/cpp-common/bt2/clock-class.hpp
This page took 0.024197 seconds and 4 git commands to generate.