getting there...
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
STATE_READY,
|
||||
STATE_SLEEPING,
|
||||
STATE_BLOCKED,
|
||||
STATE_DEAD
|
||||
STATE_READY = 1,
|
||||
STATE_SLEEPING = 2,
|
||||
STATE_BLOCKED = 3,
|
||||
STATE_DEAD = 4,
|
||||
} process_state_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user