fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
This commit is contained in:
parent
073653e858
commit
0a33d915f8
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