sessiond: agent_event: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:09:53 +0000 (19:09 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commit0bd2d108d185c94ea694f423e9901b2ceba12836
treea4385a97b1e07988c5bc8c99e52c0f77f6f44bae
parent1b2a5aac93ae19663c5740865e0c1113cd662d9b
sessiond: agent_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: I28f5b7db71ce0c7a7d0ff367d88a8350bd66d988
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.cpp
This page took 0.024387 seconds and 4 git commands to generate.