File:  [CSRG BSD Unix] / 43BSD / ingres / source / ctlmod / proc.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

/*
**  PROC.H -- process descriptors
**
**	Version:
**		@(#)proc.h	8.1	12/31/84
*/

# ifndef CM_MAXPROC


# define	CM_MAXPROC	10	/* maximum # of procs */

typedef struct
{
	char	pr_stat;	/* status byte for this proc, see below */
	char	pr_file;	/* file descriptor to get to this proc */
	char	pr_ninput;	/* new cm_input after writing to this proc */
}  proc_t;

# define	PR_BCAST	00001	/* write broadcasts on this pipe */
# define	PR_RADJCT	00002	/* adjacent on read pipe */
# define	PR_WADJCT	00004	/* adjacent on write pipe */


# endif CM_MAXPROC

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.