sessiond: ltt_ust_event: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:15:32 +0000 (19:15 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commita61068f6b170b407ce9e4d129c7845dcad6ff415
tree211597158db0102fe84331bc2c2c5f38cf2076b9
parent6fe86373a1012febdcddd41657a412fdb841e54e
sessiond: ltt_ust_event: use lttng::utils::container_of

caa_container_of makes use of offsetof which is conditionally
supported for non-POD types. Replace its use by
lttng::utils::container_of.

Change-Id: I043c6a01ea4f96624d21bb034e545503995a2794
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/trace-ust.cpp
This page took 0.02446 seconds and 4 git commands to generate.