relayd: viewer_stream: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:08:47 +0000 (19:08 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commit1b2a5aac93ae19663c5740865e0c1113cd662d9b
tree7ea68be6c667319fcc81cc2ef9ad7604c4ffa2f2
parent356f96bdc7aaacc0a8a57c101156118b8318dc8f
relayd: viewer_stream: 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: Ied676a7003749a82b0ae4eeb8a1bcedb0e081673
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/viewer-stream.cpp
This page took 0.024165 seconds and 4 git commands to generate.