summaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-03 15:17:21 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-09 20:37:04 -0500
commit03f4cd957800210c1763605d755904c95f6079f9 (patch)
tree9174957ad3970d9794a76f180d81595dada84094 /types.hpp
parenta6fcd567f6aa01746471fd639db63fecadbf166b (diff)
downloadphosphor-inventory-manager-03f4cd957800210c1763605d755904c95f6079f9.tar.gz
phosphor-inventory-manager-03f4cd957800210c1763605d755904c95f6079f9.zip
Link with libphosphor_dbus
Link with libphosphor_dbus. Update the manager implementation to match the new server binding in libphosphor_dbus (bool types for notify and notify signature change). Change-Id: I033d224965caf737591e363b3e2fd666605bff13 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/types.hpp b/types.hpp
index 3643bb1..ce43d11 100644
--- a/types.hpp
+++ b/types.hpp
@@ -12,7 +12,8 @@ namespace manager
{
/** @brief Inventory manager supported property types. */
-using InterfaceVariantType = sdbusplus::message::variant<int64_t, std::string>;
+using InterfaceVariantType =
+ sdbusplus::message::variant<bool, int64_t, std::string>;
template <typename T>
using InterfaceType = std::map<std::string, T>;
OpenPOWER on IntegriCloud