head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @ * @;


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


desc
@split off from proc.h to break up include dependence with lock.h
@



1.1
log
@Initial revision
@
text
@/* $Header$ */


/* 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_
@
