mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-18 17:00:26 +00:00
base: Unbound_thread exception in rm::add_client
This commit is contained in:
parent
7598f09295
commit
0423369f7f
@ -205,7 +205,7 @@ struct Genode::Rm_session : Session
|
||||
Dataspace_capability, size_t, off_t, bool, Local_addr, bool);
|
||||
GENODE_RPC(Rpc_detach, void, detach, Local_addr);
|
||||
GENODE_RPC_THROW(Rpc_add_client, Pager_capability, add_client,
|
||||
GENODE_TYPE_LIST(Invalid_thread, Out_of_metadata),
|
||||
GENODE_TYPE_LIST(Unbound_thread, Invalid_thread, Out_of_metadata),
|
||||
Thread_capability);
|
||||
GENODE_RPC(Rpc_remove_client, void, remove_client, Pager_capability);
|
||||
GENODE_RPC(Rpc_fault_handler, void, fault_handler, Signal_context_capability);
|
||||
|
Loading…
x
Reference in New Issue
Block a user