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

buffProc -not for task4 test 2

parent 57d81379
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ process *getNextProcess(FILE *f, llist *arrivals, process *readAhead) {
return llist_pop(arrivals);
}
initializeProcess(line,newProcess);
count +1;
count =+1;
}
llist_print(arrivals, (void (*)(void *)) &printQEntry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment