sessiond: ust_app_event: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:58:33 +0000 (19:58 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commitc46ebf9f47d4d06403b2688596f7124229a53800
treeb5c2e198196df1aede0e1d0ce54d4489f7a26ed8
parent0d731743cd7b587993b4c5a040507ba2929e52be
sessiond: ust_app_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: Ica13ae34db7c0fd04118d0e80c7ae71b77f66ad6
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.cpp
This page took 0.024725 seconds and 4 git commands to generate.