mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 09:55:07 -04:00
kern/ipc: finish Receive part of ReplyAndReceive
This commit is contained in:
parent
804aa0e55d
commit
9fa6d12586
3 changed files with 303 additions and 27 deletions
|
@ -53,6 +53,7 @@ namespace ams::kern {
|
|||
void OnClientClosed();
|
||||
private:
|
||||
bool IsSignaledImpl() const;
|
||||
void CleanupRequests();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue