relayd: use lfht_iteration_adapter to iterate on stream indices
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 22 Jul 2024 19:04:48 +0000 (19:04 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jul 2024 01:26:51 +0000 (01:26 +0000)
commit7d9e46e28d465621af7f838f1101561e31780a36
tree6b2df11f4ffe42133be8d9cfc72e80ae80094993
parentefff93c5f0b2b14afe255d9703bdc3f41f278170
relayd: use lfht_iteration_adapter to iterate on stream indices

offsetof conditionally support for non-POD types and is used by
the cds_lfht_for_each_[...] macros. Replace them with
lfht_iteration_adapter which also provides ranged-for semantics.

Change-Id: Id1460004322e1e778a1affd41c82527a05190f59
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/index.cpp
This page took 0.02468 seconds and 4 git commands to generate.