summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/host_notifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/openpower-pels/host_notifier.hpp')
-rw-r--r--extensions/openpower-pels/host_notifier.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/openpower-pels/host_notifier.hpp b/extensions/openpower-pels/host_notifier.hpp
index 3e50c83..d160dd4 100644
--- a/extensions/openpower-pels/host_notifier.hpp
+++ b/extensions/openpower-pels/host_notifier.hpp
@@ -82,6 +82,15 @@ class HostNotifier
*/
bool notifyRequired(uint32_t id) const;
+ /**
+ * @brief Called when the host sends the 'ack' PLDM command.
+ *
+ * This means the PEL never needs to be sent up again.
+ *
+ * @param[in] id - The PEL ID
+ */
+ void ackPEL(uint32_t id);
+
private:
/**
* @brief This function gets called by the Repository class
OpenPOWER on IntegriCloud