mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
os: avoid deadlock in packet stream (fix #1186)
Respectively resend a packet-stream-not-empty signal when a new signal handler gets registered.
This commit is contained in:
committed by
Norman Feske
parent
6e993d31d4
commit
42397cb512
@@ -132,6 +132,13 @@ namespace Genode {
|
||||
*/
|
||||
void context(Signal_context_capability context);
|
||||
|
||||
|
||||
/**
|
||||
* Return signal context
|
||||
*/
|
||||
Signal_context_capability context();
|
||||
|
||||
|
||||
/**
|
||||
* Trigger signal submission to context
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user