mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 01:01:57 -04:00
Fix state
This commit is contained in:
parent
ea6b84f924
commit
e8735649d4
@ -34,7 +34,7 @@ enum class process_state : char {
|
||||
SLEEPING= 5,
|
||||
WAITING = 6,
|
||||
KILLED = 7,
|
||||
BLOCKED_TIMEOUT = 7
|
||||
BLOCKED_TIMEOUT = 8
|
||||
};
|
||||
|
||||
struct segment_t {
|
||||
|
Loading…
x
Reference in New Issue
Block a user