service: Add CreatePort function (that does not register/install).
This commit is contained in:
parent
97d52b9f89
commit
03bf0739a4
2 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,8 @@ public:
|
|||
void InstallAsService(SM::ServiceManager& service_manager);
|
||||
/// Creates a port pair and registers it on the kernel's global port registry.
|
||||
void InstallAsNamedPort();
|
||||
/// Creates and returns an unregistered port for the service.
|
||||
Kernel::SharedPtr<Kernel::ClientPort> CreatePort();
|
||||
|
||||
void InvokeRequest(Kernel::HLERequestContext& ctx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue