head	1.1;
access
	werner
	shectman;
symbols;
locks; strict;
comment	@ * @;


1.1
date	91.07.29.07.11.32;	author mer;	state Exp;
branches;
next	;


desc
@Initial Ported Version
@


1.1
log
@checked in with -k by werner at 1992/01/09 16:59:40
@
text
@/* $Header: RCS/procq.h,v 1.1 91/07/29 07:11:32 mer Exp $ */


/* don't include twice */

#ifndef _PROCQ_H_
#define _PROCQ_H_

#include "storage/shmem.h"


typedef struct procQueue {
  SHM_QUEUE	links;
  int		size;
} PROC_QUEUE;

#endif _PROCQ_H_
@
