diff options
| author | John Dyson <dyson@FreeBSD.org> | 1998-03-07 21:37:31 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1998-03-07 21:37:31 +0000 |
| commit | 8f9110f6a1b1bd7517643f1bde7fe2db25727efd (patch) | |
| tree | 84886456070014690c43b27edb8a5dea62236aac /sys/vm/vm_object.h | |
| parent | 051b1b1a7498201648f15c19a9880a463051e52c (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 76cb4d2222b9..5d83269c62aa 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.45 1998/02/05 03:32:45 dyson Exp $ + * $Id: vm_object.h,v 1.46 1998/02/25 03:55:52 dyson Exp $ */ /* @@ -142,6 +142,9 @@ struct vm_object { #ifdef KERNEL +#define OBJPC_SYNC 0x1 /* sync I/O */ +#define OBJPC_INVAL 0x2 /* invalidate */ + TAILQ_HEAD(object_q, vm_object); extern struct object_q vm_object_list; /* list of allocated objects */ |
