summaryrefslogtreecommitdiff
path: root/redfish-core/include/redfish.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/redfish.hpp')
-rw-r--r--redfish-core/include/redfish.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index a741a76042..6237e47673 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -112,6 +112,8 @@ class RedfishService
std::make_unique<MessageRegistryFileCollection>(app));
nodes.emplace_back(std::make_unique<BaseMessageRegistryFile>(app));
nodes.emplace_back(std::make_unique<BaseMessageRegistry>(app));
+ nodes.emplace_back(std::make_unique<OpenBMCMessageRegistryFile>(app));
+ nodes.emplace_back(std::make_unique<OpenBMCMessageRegistry>(app));
for (const auto& node : nodes)
{