summaryrefslogtreecommitdiffstats
path: root/selutility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selutility.cpp')
-rw-r--r--selutility.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/selutility.cpp b/selutility.cpp
index f52d51e..b4675d1 100644
--- a/selutility.cpp
+++ b/selutility.cpp
@@ -27,7 +27,7 @@ GetSELEntryResponse prepareSELEntry(
const std::string& objPath,
ipmi::sensor::InvObjectIDMap::const_iterator iter)
{
- ipmi::sel::GetSELEntryResponse record {};
+ GetSELEntryResponse record {};
sdbusplus::bus::bus bus{ipmid_get_sd_bus_connection()};
auto service = ipmi::getService(bus, logEntryIntf, objPath);
@@ -46,7 +46,7 @@ GetSELEntryResponse prepareSELEntry(
elog<InternalFailure>();
}
- std::map<std::string, PropertyType> entryData;
+ std::map<PropertyName, PropertyType> entryData;
reply.read(entryData);
// Read Id from the log entry.
OpenPOWER on IntegriCloud