From: Michael Jeanson Date: Thu, 18 Nov 2021 20:08:53 +0000 (-0500) Subject: fix: use urcu-tls compat with c++ compiler X-Git-Tag: v0.12.3~1 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=385c05d4676533664dfe918842063aee8708d185;hp=385c05d4676533664dfe918842063aee8708d185;p=userspace-rcu.git fix: use urcu-tls compat with c++ compiler * Initialize all fields of 'struct urcu_tls' to avoid : sorry, unimplemented: non-trivial designated initializers not supported * Cast void* to proper type pointers to avoid : error: invalid conversion from ‘void*’ to ... Change-Id: I654f924324cda2eaea723f4a0759d706b2a2bf40 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---