X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ftour.texi;h=4d0ce038e6260ca4dc848029676dba6dd7031067;hb=d5aab5fcc001efba94a378535746e71a2e9d92f2;hp=d1147dde6b0e91d891d5192cbf6bcc841781b920;hpb=12399ec5a71cb2fde72835f6abde1cef8e6057e6;p=pintos-anon diff --git a/doc/tour.texi b/doc/tour.texi index d1147dd..4d0ce03 100644 --- a/doc/tour.texi +++ b/doc/tour.texi @@ -264,7 +264,7 @@ A thread priority, ranging from the lowest possible priority implement priority scheduling in problem 1-3 (@pxref{Problem 1-3 Priority Scheduling}). -@item list_elem elem; +@item struct list_elem elem; A ``list element'' used to put the thread into doubly linked lists, either the list of threads ready to run or a list of threads waiting on a semaphore. Take a look at @file{lib/kernel/list.h} for