Skip to content
Snippets Groups Projects
Commit 0851fa15 authored by aht2nguy's avatar aht2nguy
Browse files

hehehe

parent ca6c90fb
No related branches found
No related tags found
1 merge request!16Withtime
......@@ -7,7 +7,7 @@ typedef enum taskstate {
Active,
Ready,
Blocked
} State;
}State;
typedef enum prioritylvl {
Prio0,
......@@ -18,7 +18,7 @@ typedef enum prioritylvl {
Prio5,
Prio6,
Prio7
} PrioLvl;
}PrioLvl;
typedef struct taskDescriptor {
int TaskID;
......@@ -31,7 +31,7 @@ typedef struct taskDescriptor {
char* Stack;
TD* Parent;
Request* Req;
} TD;
}TD;
int isTaskAlive(int TaskID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment