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

2002/0507/ip/loopbackmedium.c (diff list | history)

2002/0507/sys/src/9/ip/loopbackmedium.c:29,352002/0711/sys/src/9/ip/loopbackmedium.c:29,35 (short | long | prev | next)
2001/0117    
 
	lb = smalloc(sizeof(*lb)); 
	lb->f = ifc->conv->p->f; 
	lb->q = qopen(128*1024, 1, nil, nil); 
2002/0711    
	lb->q = qopen(128*1024, Qmsg, nil, nil); 
2001/0117    
	ifc->arg = lb; 
 
	kproc("loopbackread", loopbackread, ifc); 


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