summaryrefslogtreecommitdiffstats
path: root/app/watchdog_service.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/watchdog_service.hpp')
-rw-r--r--app/watchdog_service.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/watchdog_service.hpp b/app/watchdog_service.hpp
index 4590e31..1d5ffb8 100644
--- a/app/watchdog_service.hpp
+++ b/app/watchdog_service.hpp
@@ -14,6 +14,7 @@ class WatchdogService {
* watchdog service.
*/
struct Properties {
+ bool initialized;
bool enabled;
uint64_t interval;
uint64_t timeRemaining;
@@ -26,6 +27,13 @@ class WatchdogService {
*/
Properties getProperties();
+ /** @brief Sets the value of the initialized property on the host
+ * watchdog
+ *
+ * @param[in] initialized - The new initializedvalue
+ */
+ void setInitialized(bool initialized);
+
/** @brief Sets the value of the enabled property on the host watchdog
*
* @param[in] enabled - The new enabled value
OpenPOWER on IntegriCloud