forked from eden-emu/eden
kernel: match calls to Register and Unregister
This commit is contained in:
parent
873aa03f51
commit
7afcc29ac8
9 changed files with 50 additions and 5 deletions
|
@ -156,6 +156,7 @@ public:
|
|||
|
||||
auto* session = Kernel::KSession::Create(kernel);
|
||||
session->Initialize(nullptr, 0);
|
||||
Kernel::KSession::Register(kernel, session);
|
||||
|
||||
auto next_manager = std::make_shared<Service::SessionRequestManager>(
|
||||
kernel, manager->GetServerManager());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue