From: Jérémie Galarneau Date: Mon, 2 May 2022 19:33:09 +0000 (-0400) Subject: Change backing type of lttng_uuid to std::array X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=328c2fe7297c941aa9cbcfa4ce944fca1bd7300f;hp=328c2fe7297c941aa9cbcfa4ce944fca1bd7300f;p=lttng-tools.git Change backing type of lttng_uuid to std::array Changing the backing type of lttng_uuid to std::array allows us to return lttng_uuid from a function. This, in return, makes it possible to initialize const attributes from the return value of a function returning a UUID. Signed-off-by: Jérémie Galarneau Change-Id: Ie092eab4a848a41ddd9c63f779514f1e4ca2a441 ---