summaryrefslogtreecommitdiff
path: root/include/user_monitor.hpp
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-02-28 11:40:35 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-02-28 11:40:35 +0300
commitca165b9944a1472f9c6ddf0e222f571da92b8133 (patch)
tree3d22f5a00a80ee6d183d145899b0b74fbd79e010 /include/user_monitor.hpp
parentb9d679d1ce64141342e8a845533ce6af9901aae8 (diff)
downloadbmcweb-ca165b9944a1472f9c6ddf0e222f571da92b8133.tar.xz
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 Change-Id: Id13cf695f25312a9561c0954f5ed133985ab1222 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'include/user_monitor.hpp')
-rw-r--r--include/user_monitor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user_monitor.hpp b/include/user_monitor.hpp
index bd8ed24f31..73f63031cd 100644
--- a/include/user_monitor.hpp
+++ b/include/user_monitor.hpp
@@ -9,7 +9,7 @@
namespace bmcweb
{
-inline void onUserRemoved(sdbusplus::message::message& msg)
+inline void onUserRemoved(sdbusplus::message_t& msg)
{
sdbusplus::message::object_path p;
msg.read(p);