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

1992/0305/port/devpipe.c (diff list | history)

1992/0114/sys/src/9/port/devpipe.c:276,2841992/0305/sys/src/9/port/devpipe.c:276,282 (short | long | prev | next)
1990/0227    
static void 
pipeiput(Queue *q, Block *bp) 
{ 
1991/0920    
	if(bp->type != M_HANGUP) 
		FLOWCTL(q); 
1990/0227    
	PUTNEXT(q, bp); 
1992/0305    
	FLOWCTL(q, bp); 
1990/0227    
} 
 
/* 


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