mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
48174ab974
This patch extends the constructor of 'Local_connection' with an optional 'label' argument, which was previously passed implicitly as part of the 'args' argument. Keeping the label separate from 'args' enables us to distinguish the client-specified label from a label that resulted from a server-side label as it is used when rewriting a label of an environment session (i.e., the binary name) in init's routing policy. In principle, this patch eliminates the need for init's explicite handling of the binary name via the '<binary>' node, or at least allows us to simplity the binary-node handling. |
||
---|---|---|
.. | ||
base | ||
cap_session | ||
cpu | ||
cpu_session | ||
cpu_thread | ||
dataspace | ||
deprecated | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
parent | ||
pd_session | ||
ram_session | ||
region_map | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
spec | ||
thread | ||
trace_session | ||
util | ||
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.