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

1990/11151/gnot/dat.h (diff list | history)

1990/1110/sys/src/9/gnot/dat.h:462,4681990/11151/sys/src/9/gnot/dat.h:462,468 (short | long | prev | next)
1990/03091    
 *  a stream head 
 */ 
struct Stream { 
	Lock;			/* structure lock */ 
1990/11151    
	QLock;			/* structure lock */ 
1990/1009    
	short	inuse;		/* number of processes in stream */ 
	short	opens;		/* number of processes with stream open */ 
	ushort	hread;		/* number of reads after hangup */ 


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