Kernel: pass ref to port

This commit is contained in:
Weiyi Wang
2018-10-18 21:41:36 -04:00
parent c141657d83
commit 1213a298df
12 changed files with 37 additions and 25 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ ERR_F::~ERR_F() = default;
void InstallInterfaces(Core::System& system) {
auto errf = std::make_shared<ERR_F>(system);
errf->InstallAsNamedPort();
errf->InstallAsNamedPort(system.Kernel());
}
} // namespace Service::ERR