Let reload_parent_cap take the new cap as agument

This commit is contained in:
Norman Feske
2012-02-18 01:42:24 +01:00
parent decfe7c4bb
commit 3ddf7d2b1b
3 changed files with 22 additions and 4 deletions

View File

@ -361,6 +361,14 @@ namespace Genode {
*/
~Platform_env() { parent()->exit(0); }
/**
* Reload parent capability and reinitialize environment resources
*/
void reload_parent_cap(Capability<Parent>)
{
/* not supported on Linux */
}
/*******************
** Env interface **