IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.

Pass the triggering ServerSession to the HLE command handler to differentiate which session caused the request.
This commit is contained in:
Subv 2016-06-18 13:39:26 -05:00
parent edcacd7cdd
commit d2305d375f
6 changed files with 21 additions and 26 deletions

View file

@ -56,7 +56,7 @@ public:
return "[UNKNOWN SERVICE PORT]";
}
ResultCode HandleSyncRequest();
ResultCode HandleSyncRequest(Kernel::SharedPtr<Kernel::ServerSession> server_session);
protected:
/**