summaryrefslogtreecommitdiffstats
path: root/selutility.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'selutility.hpp')
-rw-r--r--selutility.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/selutility.hpp b/selutility.hpp
index 83ff0fd..573e89b 100644
--- a/selutility.hpp
+++ b/selutility.hpp
@@ -43,6 +43,15 @@ struct GetSELEntryResponse
uint8_t eventData3; //!< Event Data 3.
} __attribute__((packed));
+/** @brief Convert logging entry to SEL
+ *
+ * @param[in] objPath - DBUS object path of the logging entry.
+ *
+ * @return On success return the response of Get SEL entry command.
+ */
+GetSELEntryResponse convertLogEntrytoSEL(const std::string& objPath);
+
+
namespace internal
{
OpenPOWER on IntegriCloud