relayd: offsetof conditionally supported for non-POD types
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:02:49 +0000 (19:02 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commitefff93c5f0b2b14afe255d9703bdc3f41f278170
tree005280642d14560cb96fa1a0af462381a4354f98
parentef2f8a02adc70fba061f88381a3d477fa78ba3be
relayd: offsetof conditionally supported for non-POD types

caa_container_of makes use of offsetof which is conditionally
supported for non-POD types. Replace its use by
lttng_ht_node_container_of.

Change-Id: If2f19ab1aba8c59cf9ca2e0d5b815a396512b2d9
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/index.cpp
This page took 0.025671 seconds and 4 git commands to generate.