diff options
Diffstat (limited to 'threads/thread.h')
| -rw-r--r-- | threads/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threads/thread.h b/threads/thread.h index a6ef25d..8bc6512 100644 --- a/threads/thread.h +++ b/threads/thread.h | |||
| @@ -118,7 +118,7 @@ struct thread | |||
| 118 | Controlled by kernel command-line option "-o mlfqs". */ | 118 | Controlled by kernel command-line option "-o mlfqs". */ |
| 119 | extern bool thread_mlfqs; | 119 | extern bool thread_mlfqs; |
| 120 | 120 | ||
| 121 | bool priority_list_cmp_greater (const struct list_elem *a, const struct list_elem *b, | 121 | bool thread_priority_cmp_greater (const struct list_elem *a, const struct list_elem *b, |
| 122 | void *aux); | 122 | void *aux); |
| 123 | 123 | ||
| 124 | void thread_init (void); | 124 | void thread_init (void); |
