summaryrefslogtreecommitdiff
path: root/redfish-core/include/redfish.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-07-27 23:04:22 +0300
committerEd Tanous <ed.tanous@intel.com>2018-08-09 21:32:53 +0300
commita434f2bde1f80e1a0ddcda0961a7ff102de152d6 (patch)
tree2c1bed74b47e4129add2ea0c8e5158bdd35ce96a /redfish-core/include/redfish.hpp
parent1b0044bb9a92cd90a59dae1786640411e40ca3f3 (diff)
downloadbmcweb-a434f2bde1f80e1a0ddcda0961a7ff102de152d6.tar.xz
Fix merge conflict
Got a couple patches that collided in air, and now builds are broken. This resolves the collision by moving the new patches forward to the latest #defines Change-Id: I1fe35d17a68c61ad90752ae73000e2579131bf5d Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'redfish-core/include/redfish.hpp')
-rw-r--r--redfish-core/include/redfish.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index 1fd5df798c..ab60abb90f 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -53,6 +53,7 @@ class RedfishService {
nodes.emplace_back(std::make_unique<EthernetInterface>(app));
nodes.emplace_back(std::make_unique<Thermal>(app));
nodes.emplace_back(std::make_unique<ManagerCollection>(app));
+ nodes.emplace_back(std::make_unique<Manager>(app));
nodes.emplace_back(std::make_unique<ChassisCollection>(app));
nodes.emplace_back(std::make_unique<Chassis>(app));
nodes.emplace_back(std::make_unique<UpdateService>(app));