From 26cdd7248cab48e2c0f1eb33dbeea6ec29822c31 Mon Sep 17 00:00:00 2001 From: bakere1 <bakere1@student.unimelb.edu.au> Date: Mon, 29 Mar 2021 13:45:16 +1100 Subject: [PATCH] Log Process finishes (half done) --- allocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allocate.c b/allocate.c index d7e4a4e..d817f18 100644 --- a/allocate.c +++ b/allocate.c @@ -243,7 +243,7 @@ int main(int argc, char *argv[]) { // currentTime += deltaTime; } - } + // printf("Completed Queue:"); // llist_print(completedProcesses, (void (*)(void *)) &printQEntry); -- GitLab