From 7321b75e612b468fe01a0bc71a7be944c960967c Mon Sep 17 00:00:00 2001 From: "antnh6@gmail.com" <antnh6@gmail.com> Date: Sun, 20 May 2018 11:54:31 -0400 Subject: [PATCH] fixed task-descriptor.h commenting out Request for now --- include/task-descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/task-descriptor.h b/include/task-descriptor.h index ce91f80..61ba5ee 100644 --- a/include/task-descriptor.h +++ b/include/task-descriptor.h @@ -30,7 +30,7 @@ struct taskDescriptor { PrioLvl TaskPriority; char* Stack; struct taskDescriptor* Parent; - Request* Req; +// Request* Req; }; typedef struct taskDescriptor TD; -- GitLab