summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-05-14 01:38:24 +0300
committerPatrick Williams <patrick@stwcx.xyz>2020-05-14 06:15:18 +0300
commit19bd78d9b79085526fd520d8f5c020905db1122a (patch)
treee9f467974303a9ad31a22f2c1e554407c124d733 /redfish-core/lib/ethernet.hpp
parent8d78b7a9f5fbca338a5867d5dd4fa83890d79bc7 (diff)
downloadbmcweb-19bd78d9b79085526fd520d8f5c020905db1122a.tar.xz
sdbusplus: replace message::variant with std::variant
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia5d0845741f1d8d4bc6fd227c6d2e6f3a8d42b2e
Diffstat (limited to 'redfish-core/lib/ethernet.hpp')
-rw-r--r--redfish-core/lib/ethernet.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/lib/ethernet.hpp b/redfish-core/lib/ethernet.hpp
index ae050acb14..7915bd0966 100644
--- a/redfish-core/lib/ethernet.hpp
+++ b/redfish-core/lib/ethernet.hpp
@@ -41,10 +41,10 @@ using GetManagedObjects = std::vector<std::pair<
std::vector<std::pair<
std::string,
boost::container::flat_map<
- std::string, sdbusplus::message::variant<
- std::string, bool, uint8_t, int16_t, uint16_t,
- int32_t, uint32_t, int64_t, uint64_t, double,
- std::vector<std::string>>>>>>>;
+ std::string,
+ std::variant<std::string, bool, uint8_t, int16_t, uint16_t, int32_t,
+ uint32_t, int64_t, uint64_t, double,
+ std::vector<std::string>>>>>>>;
enum class LinkType
{