Skip to content
Snippets Groups Projects
Commit 3dd0834f authored by Elizabeth Baker's avatar Elizabeth Baker
Browse files

"RUNNING" time fiddles

parent c7f214d4
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ int main(int argc, char *argv[]) { ...@@ -179,7 +179,7 @@ int main(int argc, char *argv[]) {
// printf("current time: %d\n", currentTime); // printf("current time: %d\n", currentTime);
headProcess->justStarted = 0; headProcess->justStarted = 0;
printf("%d,RUNNING,pid=%s,remaining_time=%d,cpu=%d - AAAA line 184\n", printf("%d,RUNNING,pid=%s,remaining_time=%d,cpu=%d - AAAA line 184\n",
deltaTime+1, headProcess->processID, headProcess->timeRemaining, j); currentTime + headProcess->deltaTime, headProcess->processID, headProcess->timeRemaining, j);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment