mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
e35837e14b
When committing a new entry, the buffer wrapped if the last entry fit perfectly into the buffer. Otherwise, the length field of the next entry was set to 0 to mark the new head. Yet, if there was still some padding but not enough to hold the length field of another entry, we ended up with a headless buffer. genodelabs/genode#4430 |
||
---|---|---|
.. | ||
base | ||
cpu | ||
cpu_session | ||
cpu_thread | ||
dataspace | ||
deprecated | ||
drivers | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
parent | ||
pd_session | ||
region_map | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
spec | ||
timer | ||
timer_session | ||
trace_session | ||
util | ||
vm_session | ||
README |
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.