mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-24 04:55:42 +00:00
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.
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.