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

1995/0101/port/portdat.h (diff list | history)

1994/1124/sys/src/9/port/portdat.h:132,1371995/0101/sys/src/9/port/portdat.h:132,138 (short | long | prev | next)
add Block.free
rsc Fri Mar 4 12:44:25 2005
1994/0321    
	uchar*	wp;			/* first empty byte */ 
	uchar*	lim;			/* 1 past the end of the buffer */ 
	uchar*	base;			/* start of the buffer */ 
1995/0101    
	void	(*free)(Block*); 
1994/0507    
	ulong	flag; 
1994/0306    
}; 
1994/0309    
#define BLEN(s)	((s)->wp - (s)->rp) 


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