lib ring buffer iterator: introduce lib_ring_buffer_put_current_record
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Feb 2020 20:44:55 +0000 (15:44 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Nov 2020 18:02:37 +0000 (13:02 -0500)
commit47d4b31dc9703024784af6af0a906d9458f648bf
treef095d464af61cb1efb4591898675720ba9f5c550
parent250c663f720a611b8360fbc3d766628dd71e3fb5
lib ring buffer iterator: introduce lib_ring_buffer_put_current_record

Ensure that the current subbuffer is put after client code has read the
payload of the current record.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id2173ea67213f7ef8e7395b49c5aa8fff0aefffc
include/ringbuffer/iterator.h
src/lib/ringbuffer/ring_buffer_iterator.c
This page took 0.026404 seconds and 4 git commands to generate.