kernel: invert session request handling flow
This commit is contained in:
parent
7f0d0dd177
commit
983f2b7074
22 changed files with 424 additions and 282 deletions
|
|
@ -20,6 +20,7 @@ class System;
|
|||
namespace Kernel {
|
||||
class HLERequestContext;
|
||||
class KClientPort;
|
||||
class KPort;
|
||||
class KServerSession;
|
||||
class ServiceThread;
|
||||
} // namespace Kernel
|
||||
|
|
@ -98,6 +99,9 @@ protected:
|
|||
/// Identifier string used to connect to the service.
|
||||
std::string service_name;
|
||||
|
||||
/// Port used by ManageNamedPort.
|
||||
Kernel::KPort* named_port{};
|
||||
|
||||
private:
|
||||
template <typename T>
|
||||
friend class ServiceFramework;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue