forked from eden-emu/eden
kernel: Implement a more accurate IPC dispatch.
This commit is contained in:
parent
ec9f949bc8
commit
4a4516868c
19 changed files with 246 additions and 167 deletions
|
@ -27,6 +27,7 @@ bool Object::IsWaitable() const {
|
|||
case HandleType::ResourceLimit:
|
||||
case HandleType::ClientPort:
|
||||
case HandleType::ClientSession:
|
||||
case HandleType::Session:
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue