X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flib%2Fkernel%2Fhash.c;h=57eed450c91cc5dbae214445d16b72f52d7a7c3c;hb=3e21422d92edc11ed0061031e0ff37a9c1ebcd04;hp=55e01c45c15847e85736b61770f60411d31e419e;hpb=e482d5037939113b0e4e51acbf1ec8e0c4989a62;p=pintos-anon diff --git a/src/lib/kernel/hash.c b/src/lib/kernel/hash.c index 55e01c4..57eed45 100644 --- a/src/lib/kernel/hash.c +++ b/src/lib/kernel/hash.c @@ -1,3 +1,10 @@ +/* Hash table. + + This data structure is thoroughly documented in the Tour of + Pintos for Project 3. + + See hash.h for basic information. */ + #include "hash.h" #include "../debug.h" #include "threads/malloc.h"