summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/host_notifier.hpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-12-11 15:24:45 -0600
committerMatt Spinler <spinler@us.ibm.com>2020-01-27 08:06:26 -0600
commit3019c6fb08b99af5e550910f241836e6e46f1c7b (patch)
tree2730875131e9d7eda79d3c385b207b25ce49eb72 /extensions/openpower-pels/host_notifier.hpp
parentf869fcf81a23a8b80b110753d9c7ad8c2a3f60ae (diff)
downloadphosphor-logging-3019c6fb08b99af5e550910f241836e6e46f1c7b.tar.gz
phosphor-logging-3019c6fb08b99af5e550910f241836e6e46f1c7b.zip
PEL: Fill in host state change callback
If the host is up, start sending PELs. If the host is off, move all of the PELs that are sent but not acked back to the queue to be sent again next time. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I66d382a85afc88f6b23367fb515df4dbe5326be1
Diffstat (limited to 'extensions/openpower-pels/host_notifier.hpp')
-rw-r--r--extensions/openpower-pels/host_notifier.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/openpower-pels/host_notifier.hpp b/extensions/openpower-pels/host_notifier.hpp
index 8436e06..1bb7538 100644
--- a/extensions/openpower-pels/host_notifier.hpp
+++ b/extensions/openpower-pels/host_notifier.hpp
@@ -96,6 +96,11 @@ class HostNotifier
/**
* @brief Called when the host changes state.
*
+ * If the new state is host up and there are PELs to send, it
+ * will trigger the first command. If the new state is off, then
+ * it will transfer any PELs that were sent but not acked yet back
+ * to the queue to be sent again.
+ *
* @param[in] hostUp - The new host state
*/
void hostStateChange(bool hostUp);
@@ -124,6 +129,13 @@ class HostNotifier
void retryTimerExpired();
/**
+ * @brief Stops an in progress command
+ *
+ * In progress meaning after the send but before the response.
+ */
+ void stopCommand();
+
+ /**
* @brief The PEL repository object
*/
Repository& _repo;
OpenPOWER on IntegriCloud