commit | a422bbe4c38f54503ec8b5a3700d8a83a6443bfd | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Sep 18 11:07:38 2019 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Wed Sep 18 11:08:29 2019 -0500 |
tree | 09f4352064543816118cd51ebcf85317e76018e0 | |
parent | efbe7abd508a3e24fc4d1f4ed0ac6c04836c3d72 [diff] |
Support int32 property variant type Change-Id: I19d426e00b4ce1cb31d4dbc428caa5749e012322 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/types.hpp b/control/types.hpp index 000eec0..9b65c5f 100644 --- a/control/types.hpp +++ b/control/types.hpp
@@ -32,6 +32,7 @@ std::vector<ConditionProperty>>; using PropertyVariantType = sdbusplus::message::variant<bool, + int32_t, int64_t, std::string>;