Merge implementations of priority scheduling by Themis and Saleh #12

Closed
td1223 wants to merge 10 commits from task1/priority-scheduling into task1/merged/priority-scheduling
2 changed files with 15 additions and 0 deletions
Showing only changes of commit f1fa7d2ffb - Show all commits

View File

@@ -603,7 +603,7 @@ allocate_tid (void)
than that of the second list element's thread. */
bool
thread_priority_greater (const struct list_elem *a, const struct list_elem *b,
void *aux)
void *aux)
{
struct thread *ta = list_entry (a, struct thread, elem);
struct thread *tb = list_entry (b, struct thread, elem);