Johannes Schlatow c38b71146b trace_buffer: only iterate after initialization
There is a race between the trace subject doing the buffer
initialization and the monitor trying to iterate the buffer entries. If
the monitor tries to iterate entries of an uninitialized buffer, it will
read the very first entry twice. The monitor should therefore only start
iteration when the buffer has been initialised.

genodelabs/genode#4513
2022-05-25 12:23:04 +02:00
..
2017-05-31 13:16:07 +02:00
2022-04-13 09:29:02 +02:00
2020-10-09 13:35:56 +02:00
2022-04-13 09:29:03 +02:00
2021-02-23 12:07:18 +01:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.