From 8f4a2aa8ea9485d91babc139bc1c4d878b34b13b Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Fri, 30 Jun 2017 19:12:49 +0530 Subject: Add Delete SEL entry command Change-Id: Iabeaca4b5057ef1bae44cb6d30704de3ce2f1269 Signed-off-by: Tom Joseph --- selutility.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'selutility.hpp') diff --git a/selutility.hpp b/selutility.hpp index ddf003a..50babca 100644 --- a/selutility.hpp +++ b/selutility.hpp @@ -78,6 +78,16 @@ struct GetSELEntryResponse uint8_t eventData3; //!< Event Data 3. } __attribute__((packed)); +/** @struct DeleteSELEntryRequest + * + * IPMI payload for Delete SEL Entry command request. + */ +struct DeleteSELEntryRequest +{ + uint16_t reservationID; //!< Reservation ID. + uint16_t selRecordID; //!< SEL Record ID. +} __attribute__((packed)); + /** @brief Convert logging entry to SEL * * @param[in] objPath - DBUS object path of the logging entry. -- cgit v1.2.1