plan 9 kernel history: overview | file list | diff list

1997/0603/port/portdat.h (diff list | history)

1997/0516/sys/src/9/port/portdat.h:430,4371997/0603/sys/src/9/port/portdat.h:430,443 (short | long | prev | next)
make Fgrp.fd dynamically allocated
rsc Fri Mar 4 12:44:25 2005
1991/0705    
struct Fgrp 
{ 
	Ref; 
	Chan	*fd[NFD]; 
1997/0603    
	Chan	**fd; 
	int	nfd;			/* number allocated */ 
1991/0705    
	int	maxfd;			/* highest fd in use */ 
1997/0603    
}; 
 
enum 
{ 
	DELTAFD	= 20		/* incremental increase in Fgrp.fd's */ 
1991/0705    
}; 
 
struct Palloc 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)