consumerd: lttng_consumer_stream: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 20:09:57 +0000 (20:09 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commitac2c50cd9548a30d57bdd8c24be346ad5b5e6cfc
tree9b07ab0e92f4fc9443f2fb08e5766f6936c0630f
parentc8fff12ac89ecda3bbad0a846d64e168ffbb94f1
consumerd: lttng_consumer_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: I1b8075c3ab3bdda7a345c3278ee251c6f6ee1023
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer.cpp
This page took 0.024692 seconds and 4 git commands to generate.