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:49 +0000 (11:39 -0500)
commitbee7cf7546038170e69c9d52e542643f773aa6b6
tree4e4c51a7c36c13ab289659f6c104d3ddf37fef42
parent8a8c2117fb26a42b19975b8745d4333c7aa1a061
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.024603 seconds and 4 git commands to generate.