mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
kern: implement SvcAcceptSession
This commit is contained in:
parent
f52232f0f2
commit
78da7422ae
4 changed files with 67 additions and 3 deletions
|
@ -41,6 +41,9 @@ namespace ams::kern {
|
|||
void EnqueueSession(KServerSession *session);
|
||||
void EnqueueSession(KLightServerSession *session);
|
||||
|
||||
KServerSession *AcceptSession();
|
||||
KLightServerSession *AcceptLightSession();
|
||||
|
||||
constexpr const KPort *GetParent() const { return this->parent; }
|
||||
|
||||
bool IsLight() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue