summaryrefslogtreecommitdiff
path: root/redfish-core/lib/chassis.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-10-15 18:00:41 +0300
committerEd Tanous <ed.tanous@intel.com>2018-10-16 20:18:47 +0300
commit04a258f40c26565b4042a32b5c9b5f2414dae0df (patch)
tree0fb511dc9c0a2bd24454b91e51385bbb4baeff82 /redfish-core/lib/chassis.hpp
parent4a0cb85c101c3179251e5819052bab429d226640 (diff)
downloadbmcweb-04a258f40c26565b4042a32b5c9b5f2414dae0df.tar.xz
Redfish- Clean up system schema implementation
Move the system schema awa from using single letter variable names. Change-Id: I41f9c00f6a227a43126ad47f60e26950f0cf89ec Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'redfish-core/lib/chassis.hpp')
-rw-r--r--redfish-core/lib/chassis.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/chassis.hpp b/redfish-core/lib/chassis.hpp
index ae5878b90a..ae52d28aa6 100644
--- a/redfish-core/lib/chassis.hpp
+++ b/redfish-core/lib/chassis.hpp
@@ -29,7 +29,7 @@ namespace redfish
// Note, this is not a very useful Variant, but because it isn't used to get
// values, it should be as simple as possible
// TODO(ed) invent a nullvariant type
-using VariantType = sdbusplus::message::variant<bool, std::string>;
+using VariantType = sdbusplus::message::variant<bool, std::string, uint64_t>;
using ManagedObjectsType = std::vector<std::pair<
sdbusplus::message::object_path,
std::vector<std::pair<std::string,