base: add remove_client to rm_session

Fixes #13
This commit is contained in:
Alexander Boettcher
2013-01-18 09:38:19 +01:00
committed by Norman Feske
parent f02958b25f
commit 9453d319cb
24 changed files with 99 additions and 34 deletions

View File

@ -46,6 +46,9 @@ namespace Genode {
Pager_capability add_client(Thread_capability thread) {
return _local()->add_client(thread); }
void remove_client(Pager_capability pager) {
_local()->remove_client(pager); }
void fault_handler(Signal_context_capability handler)
{
/*