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:40:16 +0000 (20:40 -0400)
commit7cf44d034bdda1896f6b0c6374c90c06d45ee4fd
tree77e145caac1fb968bf3cae099c92b8d427dfe688
parenta6370148ab4a6f210c29372febcffd87b440cc50
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.025281 seconds and 4 git commands to generate.