mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
parent
06f8848b36
commit
9bca6bfb0d
@ -65,6 +65,16 @@ Signal::Signal(Signal::Data data) : _data(data)
|
||||
}
|
||||
|
||||
|
||||
/********************
|
||||
** Signal context **
|
||||
********************/
|
||||
|
||||
void Signal_context::submit(unsigned num)
|
||||
{
|
||||
Kernel::submit_signal(_cap.dst(), num);
|
||||
}
|
||||
|
||||
|
||||
/************************
|
||||
** Signal transmitter **
|
||||
************************/
|
||||
@ -191,5 +201,5 @@ Signal Signal_receiver::wait_for_signal()
|
||||
|
||||
void Signal_receiver::local_submit(Signal::Data signal)
|
||||
{
|
||||
PERR("method not implemented");
|
||||
PERR("not implemented");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user