Change list_elem from a struct to a typedef to make the hash table
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Aug 2004 19:01:59 +0000 (19:01 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Aug 2004 19:01:59 +0000 (19:01 +0000)
commit91d3ace5e59a1d435f9cbae9e9cef55dad55a27f
treea2b697b1862b7dd647e4a0969b850c9845e1265f
parentf83e3e0f724ab507c88d70c5de011dff2df9a4d8
Change list_elem from a struct to a typedef to make the hash table
implementation more straightforward.
src/lib/list.c
src/lib/list.h
src/threads/synch.c