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

1992/0309/gnot/lib.h (diff list | history)

1992/0213/sys/src/9/gnot/lib.h:118,1251992/0309/sys/src/9/gnot/lib.h:118,124 (short | long | prev | next)
1990/03091    
 
struct Waitmsg 
{ 
	int	pid;		/* of loved one */ 
	int	status;		/* unused; a placeholder */ 
	ulong	time[3];	/* of loved one */ 
1992/0309    
	char	pid[12];	/* of loved one */ 
	char	time[3*12];	/* of loved one and descendants */ 
1990/03091    
	char	msg[ERRLEN]; 
}; 


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