Fix: ring buffer event counter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2022 14:58:37 +0000 (09:58 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Mar 2022 16:39:31 +0000 (11:39 -0500)
commit2515d0f098944b52d08a2eb06381a3eb7a687ee7
treec7c0bc4d503192982d06b7ffd7c1e0c41176bcc9
parenta6a2e9741597a5310a76d5a11d31f22c5dde9483
Fix: ring buffer event counter

When compiling with -DLTTNG_RING_BUFFER_COUNT_EVENTS, the lttng-ust
libringbuffer can count events (with additional overhead). This is never
used or enabled by default. Fix this code so it compiles again when the
define is enabled.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I3aeeff7995d66a07316cc5c535b5271536a89636
src/common/ringbuffer/backend_internal.h
src/common/ringbuffer/frontend_api.h
This page took 0.025116 seconds and 4 git commands to generate.