aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/vmcached/vmcache.h
blob: 3304b8dd155a891e33ca8f5dcd64d58a808d9d8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * VMCACHE.H -- Public definitions for the VMcache interface.
 */

#define DEF_VMSOCK      	8677
#define ENV_VMSOCK		"VMPORT"

#define	VM_READONLY		0001
#define	VM_READWRITE		0002
#define	VM_WRITEONLY		0004
#define	VM_ASYNC		0010
#define	VM_SYNC			0020
#define	VM_LOCKFILE		0040
#define	VM_DESTROYREGION	0100
#define	VM_CANCELREFCNT		0200
#define	VM_DONTMAP		0400

void	*vm_initcache();
void	*vm_cacheregion();