mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
Stratosphere: Skeleton actual IPC dispatch in ServiceSession
This commit is contained in:
parent
49719c8a44
commit
8ba3894c3a
9 changed files with 57 additions and 16 deletions
|
@ -87,7 +87,7 @@ class ServiceServer : public IWaitable {
|
|||
return this->port_handle;
|
||||
}
|
||||
|
||||
virtual Result handle_signaled() {
|
||||
virtual Result handle_signaled(u64 timeout) {
|
||||
/* If this server's port was signaled, accept a new session. */
|
||||
Handle session_h;
|
||||
svcAcceptSession(&session_h, this->port_handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue