mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
service: Add CreatePort function (that does not register/install).
This commit is contained in:
parent
8b314ec3f9
commit
c6a1d24720
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