summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/associations.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/associations.hpp b/src/associations.hpp
index 7cd3842..91a9fcd 100644
--- a/src/associations.hpp
+++ b/src/associations.hpp
@@ -45,6 +45,9 @@ using AssociationPaths =
using AssociationOwnersType = boost::container::flat_map<
std::string, boost::container::flat_map<std::string, AssociationPaths>>;
+// Store the contents of the associations property on the interface
+// For example:
+// ["inventory", "activation", "/xyz/openbmc_project/inventory/system/chassis"]
using Association = std::tuple<std::string, std::string, std::string>;
/** @brief Remove input association
OpenPOWER on IntegriCloud