summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiaqing Zhao <jiaqing.zhao@intel.com>2022-05-20 06:47:46 +0300
committerJiaqing Zhao <jiaqing.zhao@intel.com>2022-05-20 06:52:09 +0300
commitb6a5518f507f43589121b4ce435887a1c499ab70 (patch)
treec4a0bd06d6a831fcb3136f4719fbab9d5e34a14d
parent4cee35e72cc593f7d407c110ed8c19afb78d279c (diff)
downloadbmcweb-b6a5518f507f43589121b4ce435887a1c499ab70.tar.xz
google_api: Fix build issue
Commit 4cee35e ("Add RootOfTrustCollection and RootOfTrust under Google service root.") still uses the crow::openbmc_mapper::GetSubTreeType removed in b9d36b4 ("Consitently use dbus::utility types"), causing build failure. This patch fixes the build issue by using the dbus::utility::MapperGetSubTreeResponse instead. Tested: Build pass. Change-Id: Ia2ca965f320ef18f431bfcb6d62c9c44eb935d9d Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
-rw-r--r--include/google/google_service_root.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/google/google_service_root.hpp b/include/google/google_service_root.hpp
index 42d2af9ddd..441ddcf509 100644
--- a/include/google/google_service_root.hpp
+++ b/include/google/google_service_root.hpp
@@ -2,6 +2,7 @@
#include <app.hpp>
#include <async_resp.hpp>
+#include <dbus_utility.hpp>
#include <error_messages.hpp>
#include <nlohmann/json.hpp>
#include <utils/collection.hpp>
@@ -65,7 +66,7 @@ inline void resolveRoT(const std::string& command,
entityHandler{std::forward<ResolvedEntityHandler>(
entityHandler)}](
const boost::system::error_code ec,
- const crow::openbmc_mapper::GetSubTreeType&
+ const dbus::utility::MapperGetSubTreeResponse&
subtree) {
if (ec)
{