diff options
Diffstat (limited to 'threads')
| -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 293d14f..ed591f4 100644 --- a/threads/thread.h +++ b/threads/thread.h | |||
| @@ -114,7 +114,7 @@ struct thread | |||
| 114 | struct list locks; /* list of locks the thread currently holds */ | 114 | struct list locks; /* list of locks the thread currently holds */ |
| 115 | struct lock *blocked_lock; /* the lock the thread currently tries to acquire (but hasn't yet) */ | 115 | struct lock *blocked_lock; /* the lock the thread currently tries to acquire (but hasn't yet) */ |
| 116 | 116 | ||
| 117 | struct hash page_table; | 117 | struct hash page_table; /* page table of thread */ |
| 118 | }; | 118 | }; |
| 119 | 119 | ||
| 120 | /* If false (default), use round-robin scheduler. | 120 | /* If false (default), use round-robin scheduler. |
