sessiond: relay_session: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:08:00 +0000 (19:08 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commit356f96bdc7aaacc0a8a57c101156118b8318dc8f
tree451c5208ffd071bdc414fc93778d0c68ffa7adfb
parent7d9e46e28d465621af7f838f1101561e31780a36
sessiond: relay_session: 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: I0fb69c7132665ea0ee3067445884ec1115ba9872
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/session.cpp
This page took 0.024511 seconds and 4 git commands to generate.