sessiond: buffer_reg_uid: use lttng::utils::container_of
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:10:37 +0000 (19:10 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commitf41c0b703f96b752f45850dd68ccf5ce244d8447
treee052bd9b151fa66f535c34dce691c077db3ece08
parent0bd2d108d185c94ea694f423e9901b2ceba12836
sessiond: buffer_reg_uid: 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: I96a42df9c82ad6b520d3b53a6445159bce692120
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/buffer-registry.cpp
This page took 0.024697 seconds and 4 git commands to generate.