File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / sys / h / iidr_const.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:24:19 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v12b, HEAD
Power 6/32 Unix version 1.2b

/*	Copyright (c) 1983 Relational Technology Inc. */
/*	Constants that define the size of the lock device tables	*/
/* These 4 constants can be changed on a per instalation basis 	*/
/* Do not edit anything else in this file!!! */
# define	_MAX_LKB	576	/* maximum # of locks */
# define	_MAX_RSB	320	/* maximum # of lockable objects */
# define	_RSB_HASH	163	/* hash buckets for object searching */
# define	_MAX_USER	64	/* maximum # of users */


typedef struct _LKB LKB;
struct _LKB
{
	char	dummy[24];
};

typedef struct _RSB RSB;
struct _RSB
{
	char	dummy[48];
};

typedef struct _USR USR;
struct _USR
{
	char	dummy[8];
};

typedef struct _QUEUE QUEUE;
struct _QUEUE
{
	char	dummy[8];
};


unix.superglobalmegacorp.com

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