Kernel: pass ref to port
This commit is contained in:
parent
c141657d83
commit
1213a298df
12 changed files with 37 additions and 25 deletions
|
@ -20,6 +20,7 @@ class System;
|
|||
}
|
||||
|
||||
namespace Kernel {
|
||||
class KernelSystem;
|
||||
class ClientPort;
|
||||
class ServerPort;
|
||||
class ServerSession;
|
||||
|
@ -59,7 +60,7 @@ public:
|
|||
/// Creates a port pair and registers this service with the given ServiceManager.
|
||||
void InstallAsService(SM::ServiceManager& service_manager);
|
||||
/// Creates a port pair and registers it on the kernel's global port registry.
|
||||
void InstallAsNamedPort();
|
||||
void InstallAsNamedPort(Kernel::KernelSystem& kernel);
|
||||
|
||||
void HandleSyncRequest(Kernel::SharedPtr<Kernel::ServerSession> server_session) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue