mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
k_server_session: preliminary support for userspace server sessions
This commit is contained in:
parent
a048c5ca0f
commit
545875eaa1
9 changed files with 346 additions and 49 deletions
|
@ -152,7 +152,8 @@ public:
|
|||
Kernel::LimitableResource::Sessions, 1);
|
||||
|
||||
auto* session = Kernel::KSession::Create(kernel);
|
||||
session->Initialize(nullptr, iface->GetServiceName());
|
||||
session->Initialize(nullptr, iface->GetServiceName(),
|
||||
std::make_shared<Kernel::SessionRequestManager>(kernel));
|
||||
|
||||
context->AddMoveObject(&session->GetClientSession());
|
||||
iface->ClientConnected(&session->GetServerSession());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue