sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are for:
* bus_t
* exception_t
* manager_t
* match_t
* message_t
* object_t
* slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I41103c892db258a85640aa1442acd9a295c8a847
diff --git a/hypervisor_state_manager.cpp b/hypervisor_state_manager.cpp
index d0fd193..8e8697b 100644
--- a/hypervisor_state_manager.cpp
+++ b/hypervisor_state_manager.cpp
@@ -91,7 +91,7 @@
}
}
-void Hypervisor::bootProgressChangeEvent(sdbusplus::message::message& msg)
+void Hypervisor::bootProgressChangeEvent(sdbusplus::message_t& msg)
{
std::string statusInterface;
std::map<std::string, std::variant<std::string>> msgData;