kernel: convert KPort, KSession
This commit is contained in:
parent
d24ab14126
commit
097c25b164
28 changed files with 196 additions and 226 deletions
|
@ -124,7 +124,7 @@ Result ServerManager::ManageNamedPort(const std::string& service_name,
|
|||
|
||||
// Create a new port.
|
||||
auto* port = Kernel::KPort::Create(m_system.Kernel());
|
||||
port->Initialize(max_sessions, false, service_name);
|
||||
port->Initialize(max_sessions, false, 0);
|
||||
|
||||
// Register the port.
|
||||
Kernel::KPort::Register(m_system.Kernel(), port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue