base: hand over Pd_connection label to Platform_pd

fix: #656
This commit is contained in:
Martin Stein
2013-02-21 16:52:12 +01:00
committed by Norman Feske
parent 8bc14eb75a
commit ea7ed5947a
15 changed files with 59 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ namespace Genode {
* Constructors
*/
Platform_pd(bool core);
Platform_pd(signed pd_id = -1, bool create = true);
Platform_pd(char const *, signed pd_id = -1, bool create = true);
/**
* Destructor

View File

@@ -98,7 +98,8 @@ Platform_pd::Platform_pd(bool core)
}
Platform_pd::Platform_pd(signed pd_id, bool create) : _space_id(TASK_ID_INVALID)
Platform_pd::Platform_pd(char const *, signed pd_id, bool create)
: _space_id(TASK_ID_INVALID)
{
_space_id = TASK_ID_INVALID;