summaryrefslogtreecommitdiffstats
path: root/elog_meta.hpp
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2017-07-25 00:02:09 +0530
committerTom Joseph <tomjoseph@in.ibm.com>2017-07-25 13:51:15 +0530
commit213aaf6fe142710be85f3a01147ae91a89d305fd (patch)
tree77927c97d5d3ec1c48d577a5b2a9a42655ac562e /elog_meta.hpp
parent0a71badd000b6c1c76e08a684902bed4eabb6d6a (diff)
downloadphosphor-logging-213aaf6fe142710be85f3a01147ae91a89d305fd.tar.gz
phosphor-logging-213aaf6fe142710be85f3a01147ae91a89d305fd.zip
Add association intf if there is inventory path metadata
Change-Id: I7d717d8ea5ccb3186bc18a4d1fea848eb7b0fdff Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
Diffstat (limited to 'elog_meta.hpp')
-rw-r--r--elog_meta.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/elog_meta.hpp b/elog_meta.hpp
index e31afa9..c0de428 100644
--- a/elog_meta.hpp
+++ b/elog_meta.hpp
@@ -113,6 +113,13 @@ void build<xyz::openbmc_project::Common::
const std::vector<std::string>& data,
AssociationList& list);
+template <>
+void build<xyz::openbmc_project::Common::
+ Callout::Inventory::CALLOUT_INVENTORY_PATH>(
+ const std::string& match,
+ const std::vector<std::string>& data,
+ AssociationList& list);
+
#endif // PROCESS_META
OpenPOWER on IntegriCloud