summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/dbus_utility.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbus_utility.hpp b/include/dbus_utility.hpp
index 0ed0bbc83e..eefc115aab 100644
--- a/include/dbus_utility.hpp
+++ b/include/dbus_utility.hpp
@@ -63,8 +63,8 @@ using ManagedObjectType =
using ManagedItem = std::pair<
sdbusplus::message::object_path,
- boost::container::flat_map<
- std::string, boost::container::flat_map<std::string, DbusVariantType>>>;
+ std::vector<std::pair<
+ std::string, std::vector<std::pair<std::string, DbusVariantType>>>>>;
// Map of service name to list of interfaces
using MapperServiceMap =