summaryrefslogtreecommitdiff
path: root/src/kernel/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/proc.h')
-rw-r--r--src/kernel/proc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/proc.h b/src/kernel/proc.h
index 447dac8..0efccde 100644
--- a/src/kernel/proc.h
+++ b/src/kernel/proc.h
@@ -8,6 +8,8 @@ enum process_state {
PS_DEAD, // return message wasn't collected
PS_DEADER, // return message was collected
PS_WAITS4CHILDDEATH,
+ PS_WAITS4FS,
+ PS_WAITS4REQUEST,
};
struct process {