summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/watchdog.h')
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index 4fc2849343..de2f332e22 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -66,10 +66,10 @@ typedef enum {
*/
typedef enum {
- WATCHDOG_INACTIVE, /* off all chains */
- WATCHDOG_ACTIVE, /* on chain, allowed to fire */
- WATCHDOG_REINSERT, /* on chain, reset without firing if expires */
- WATCHDOG_REMOVE_IT /* on chain, remove without firing if expires */
+ WATCHDOG_INACTIVE, /* off all chains */
+ WATCHDOG_BEING_INSERTED, /* off all chains, searching for insertion point */
+ WATCHDOG_ACTIVE, /* on chain, allowed to fire */
+ WATCHDOG_REMOVE_IT /* on chain, remove without firing if expires */
} Watchdog_States;
/*