Fix: tls-compat with hidden ring buffer context
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 Mar 2021 16:07:51 +0000 (12:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 30 Mar 2021 16:07:51 +0000 (12:07 -0400)
commitf37bd90482562c086af4070caf1f218c832f5007
tree70ce30837850b64ad8dcda6bd9897119cd4e56f8
parent8acb8bdfec7f1827ca762900e0fcbaa8f187742f
Fix: tls-compat with hidden ring buffer context

There are additional missing URCU_TLS() accessors in the refactoring of
the ring buffer context. Moreover, when indexing an array, it must be
done outside of the URCU_TLS() accessor.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ief9d31e26e16fa5decf797b23ed6304b5a8c79ca
liblttng-ust/lttng-ring-buffer-client.h
liblttng-ust/lttng-ring-buffer-metadata-client.h
This page took 0.035237 seconds and 4 git commands to generate.