sessiond: index_ht_entry: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:13:11 +0000 (19:13 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commitabfedd7d907d19d05aa026e2e9de6ec3bda9f286
tree739059df4442b6b7a3064fd43585f15c8097de56
parent3fdd08e651f9e45f5183e301bac2a42bf25a6cd6
sessiond: index_ht_entry: 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: Ic2ed13700b8258b274aef9153ebc9d2a6a3536f3
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/event-notifier-error-accounting.cpp
This page took 0.024895 seconds and 4 git commands to generate.