commit | bc54667993b229316fda1a0efc77878c71245127 | [log] [tgz] |
---|---|---|
author | Kuiying Wang <kuiying.wang@intel.com> | Fri Nov 23 15:41:05 2018 +0800 |
committer | Ed Tanous <ed.tanous@intel.com> | Mon Dec 17 01:55:26 2018 +0000 |
tree | 9b86123b1c9a01c157015d7c081286fa2da342e8 | |
parent | 4c88d4c5d0ecab99d8300d45e14f6548b91c069c [diff] |
Fix read std::vector message issue. Using sdbusplus::message::variant<std::vector<>> to read vector property message through dbus, and using sdbusplus::message::variant_ns::get<std::vector<>> to get vector property. TestBy: ipmitool raw 0x30 0x9a Change-Id: Ide0efdd76c5280c4cfbf942c28b2c87219ba7155 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>