summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 9587577..0fc9481 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -307,7 +307,8 @@ struct thread {
TDS_SUSPENDED, /* would have liked to have run */
TDS_IWAIT,
TDS_SURPLUS,
- TDS_SWAPPED
+ TDS_SWAPPED,
+ TDS_SUSP_SLP /* on sleep queue AND suspend queue */
} td_state;
struct callout td_slpcallout; /* (h) Callout for sleep. */
struct trapframe *td_frame; /* (k) */
OpenPOWER on IntegriCloud