File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / sys / h / iidr_const.h.3.0
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:29:45 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	192	/*	maximum number of locks			*/
# define	_MAX_RSB	128	/*	maximum number of lockable objects	*/
# define	_RSB_HASH	67	/*	hash buckets for object searching	*/
# define	_MAX_USER	16	/*	maximum # of users			*/


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

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

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

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.