forked from eden-emu/eden
kernel: convert KPort, KSession
This commit is contained in:
parent
6b0b94dc27
commit
3c93638acf
28 changed files with 196 additions and 226 deletions
|
@ -155,7 +155,7 @@ public:
|
|||
Kernel::LimitableResource::SessionCountMax, 1);
|
||||
|
||||
auto* session = Kernel::KSession::Create(kernel);
|
||||
session->Initialize(nullptr, iface->GetServiceName());
|
||||
session->Initialize(nullptr, 0);
|
||||
|
||||
auto next_manager = std::make_shared<Service::SessionRequestManager>(
|
||||
kernel, manager->GetServerManager());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue