genode/repos/os
Martin Stein 925d229d67 nic_router: find AVL string nodes w/o exceptions
Replaces the former use of the 'find_by_name' method of the AVL string tree.
This method returned a reference to the found object and threw an exception if
no matching object was found.

The locally implemented replacement doesn't return anything and doesn't throw
exceptions. It takes two lambda arguments instead. One for handling the case
that a match was found with a reference to the matching object as argument and
another for handling the case that no object matches.

This way, expensive exception handling can be avoided and object references
stay in a local scope.

Furthermore, this commit modifies the local wrapper for the  insert method of
the AVL string tree, so, that it follows the above mentioned concept as well.

Ref #4536
2022-08-10 13:32:59 +02:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include usb_host: handle control URBs asynchronously 2022-08-10 13:32:58 +02:00
lib vfs: implement plugin for 'Capture' session 2022-04-13 09:29:03 +02:00
recipes depot: update recipe hashes 2022-05-31 10:52:11 +02:00
run Consolidate USB test run-scripts 2022-05-25 12:23:03 +02:00
src nic_router: find AVL string nodes w/o exceptions 2022-08-10 13:32:59 +02:00
xsd Remove NIC server role from drivers 2022-05-25 12:19:31 +02:00
README

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.