diff options
| author | John Dyson <dyson@FreeBSD.org> | 1997-12-06 02:23:36 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1997-12-06 02:23:36 +0000 |
| commit | ceb0cf87e893efc7331317d58fa5ddeadd8fa2a0 (patch) | |
| tree | e703c791121a8ea016454871869b863fb830e68e /sys/vm/vm_pageout.h | |
| parent | 0ee6e540f58d770b843a572353875cc49289f9c4 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_pageout.h')
| -rw-r--r-- | sys/vm/vm_pageout.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 488f8c47db3d..ab2608a8cc0b 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: vm_pageout.h,v 1.20 1997/02/22 09:48:34 peter Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ @@ -84,6 +84,12 @@ extern int vm_pageout_pages_needed; #define VM_PAGEOUT_FORCE 2 /* + * Swap out requests + */ +#define VM_SWAP_NORMAL 1 +#define VM_SWAP_IDLE 2 + +/* * Exported routines. */ |
