mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
This commit is contained in:
parent
302ef594a6
commit
96df92e98f
4 changed files with 6 additions and 5 deletions
|
@ -200,7 +200,7 @@ public:
|
|||
* @param name Optional name of the ports
|
||||
* @return The created session tuple
|
||||
*/
|
||||
static std::tuple<SharedPtr<ServerSession>, SharedPtr<ClientSession>> CreateSessionPair(SharedPtr<ClientPort> client_port, std::string name = "Unknown");
|
||||
static std::tuple<SharedPtr<ServerSession>, SharedPtr<ClientSession>> CreateSessionPair(SharedPtr<ClientPort> client_port, const std::string& name = "Unknown");
|
||||
|
||||
/**
|
||||
* Creates a portless ClientSession and associates it with this ServerSession.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue