More debug output and a new ToDo item.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11991 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -470,6 +470,8 @@ create_port(int32 queueLength, const char *name)
|
|||||||
RELEASE_PORT_LOCK(sPorts[i]);
|
RELEASE_PORT_LOCK(sPorts[i]);
|
||||||
restore_interrupts(state);
|
restore_interrupts(state);
|
||||||
|
|
||||||
|
TRACE(("create_port() done: port created %ld\n", id));
|
||||||
|
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1071,6 +1073,7 @@ set_port_owner(port_id id, team_id team)
|
|||||||
{
|
{
|
||||||
cpu_status state;
|
cpu_status state;
|
||||||
int slot;
|
int slot;
|
||||||
|
// ToDo: Shouldn't we at least check, whether the team exists?
|
||||||
|
|
||||||
TRACE(("set_port_owner(id = %ld, team = %ld)\n", id, team));
|
TRACE(("set_port_owner(id = %ld, team = %ld)\n", id, team));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user