mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
During initialization _handle_link_state may be called concurrently from EMT and "nic_ep" (signal handler). Therefore, sent signal to "nic_ep" instead of calling _handle_link_state from EMT thread. issue #4632