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: I73186ee02f4d3c85736516fa0bc036c76262e16e
diff --git a/src/power_control.hpp b/src/power_control.hpp
index 9e54184..fe36b26 100644
--- a/src/power_control.hpp
+++ b/src/power_control.hpp
@@ -60,7 +60,7 @@
bool policyInvoked;
std::string powerRestorePolicy;
int powerRestoreDelay;
- std::list<sdbusplus::bus::match::match> matches;
+ std::list<sdbusplus::bus::match_t> matches;
boost::asio::steady_timer powerRestoreTimer;
bool timerFired;
#ifdef USE_ACBOOT