From 2aab0d52e6ea54fd512a24c55eca33db82262469 Mon Sep 17 00:00:00 2001 From: bakere1 <bakere1@student.unimelb.edu.au> Date: Mon, 29 Mar 2021 01:51:36 +1100 Subject: [PATCH] "RUNNING" time fiddles --- allocate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allocate.c b/allocate.c index 1894e5b..7b38450 100644 --- a/allocate.c +++ b/allocate.c @@ -171,7 +171,7 @@ int main(int argc, char *argv[]) { //next process in queue started if (headProcess != NULL && headProcess->justStarted) { // printf("current time: %d\n", currentTime); - printf("%d,RUNNING,pid=%s,remaining_time=%d,cpu=%d - AAAA line 181\n", + printf("%d,RUNNING,pid=%s,remaining_time=%d,cpu=%d\n", headProcess->startTime, headProcess->processID, headProcess->timeRemaining, j); headProcess->justStarted = 0; } -- GitLab