Fix: don't perform extra flush on metadata channel
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2016 00:30:07 +0000 (20:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2016 00:41:45 +0000 (20:41 -0400)
commit53f7c057e722934b40599fa9d5daf0cda3bda671
treecb5603c3307bf31335f28008589179318ec1b489
parente795690f41343b02cb6e78aa5edfe126c072a53c
Fix: don't perform extra flush on metadata channel

The metadata channel requires that the LTTng client layer and the ring
buffer keep a notion of the amount of data produced in the channel.

This issue has been introduced recently by commit
"Fix: flush empty packets on snapshot channel".

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/ringbuffer/frontend_internal.h
lib/ringbuffer/ring_buffer_frontend.c
lib/ringbuffer/ring_buffer_vfs.c
lttng-abi.c
This page took 0.026241 seconds and 4 git commands to generate.