Subject: Re: Defintion of pglist?
To: gabriel rosenkoetter <gr@eclipsed.net>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 07/05/2000 15:58:32
It's this:

uvm_pglist.h:46:TAILQ_HEAD(pglist, vm_page); 

TAILQ_HEAD(x, y), defined in <sys/queue.h>, defines "struct x" as the
type of the head of a TAILQ of y's.

						- Bill