summaryrefslogtreecommitdiff
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index fe3950653775..a154d8d2e2cb 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -321,6 +321,7 @@ struct proc {
#define PS_SWAPPING 0x00200 /* Process is being swapped. */
#define PS_ASTPENDING 0x00400 /* Process has a pending ast. */
#define PS_NEEDRESCHED 0x00800 /* Process needs to yield. */
+#define PS_TIMOFAIL 0x01000 /* Timeout from sleep after we were awake. */
#define P_MAGIC 0xbeefface