projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b607645
)
Fix comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 8 Jul 2006 19:26:38 +0000
(19:26 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 8 Jul 2006 19:26:38 +0000
(19:26 +0000)
solutions/p1.patch
patch
|
blob
|
history
diff --git
a/solutions/p1.patch
b/solutions/p1.patch
index fd3928b26e18e29883d8ddd8786ef5f1803d8d18..7f95cefc710642d29728eabf1b0e1b3df6ea7078 100644
(file)
--- a/
solutions/p1.patch
+++ b/
solutions/p1.patch
@@
-729,7
+729,7
@@
diff -u src/threads/thread.h~ src/threads/thread.h
+ /* Alarm clock. */
+ int64_t wakeup_time; /* Time to wake this thread up. */
-+ struct list_elem timer_elem; /* Element in
timer_
wait_list. */
++ struct list_elem timer_elem; /* Element in wait_list. */
+ struct semaphore timer_sema; /* Semaphore. */
+
#ifdef USERPROG