File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / sys / h / iidr_const.h.2.0
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:29:44 2019 UTC (6 years, 11 months ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

/*	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.