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

1990/11151/port/stasync.c (diff list | history)

1990/1009/sys/src/9/port/stasync.c:59,651990/11151/sys/src/9/port/stasync.c:59,73 (short | long | prev | next)
1990/1009    
static void asyncopen(Queue*, Stream*); 
static void asyncclose(Queue*); 
static void asyncreset(void); 
Qinfo asyncinfo = { asynciput, asyncoput, asyncopen, asyncclose, "async", asyncreset }; 
1990/11151    
Qinfo asyncinfo = 
{ 
	asynciput, 
	asyncoput, 
	asyncopen, 
	asyncclose, 
	"async", 
	asyncreset 
}; 
1990/1009    
 
int asyncdebug = 0; 
int asyncerror; 


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