Subject: CVS commit: [kqueue] syssrc/sys/sys
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/10/2001 16:25:15
Module Name:	syssrc
Committed By:	lukem
Date:		Tue Jul 10 13:25:14 UTC 2001

Modified Files:
	syssrc/sys/sys [kqueue]: filedesc.h

Log Message:
add extra items for kqueue's use:
	fd_knlist	list of attached fd knotes, indexed by fd
	fd_knlistsize	size of fd_knlist
	fd_knhash	has table for attached non-fd knotes
	fd_knhashsize	size of fd_knhash


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.23.2.1 syssrc/sys/sys/filedesc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.