mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +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
|
@ -40,7 +40,7 @@ public:
|
|||
* It should be overwritten by each service implementation for more fine-grained control.
|
||||
* @returns The maximum number of connections allowed.
|
||||
*/
|
||||
virtual u32 GetMaxSessions() { return DefaultMaxSessions; }
|
||||
virtual u32 GetMaxSessions() const { return DefaultMaxSessions; }
|
||||
|
||||
void AddWaitingSession(Kernel::SharedPtr<Kernel::ServerSession> server_session) override { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue