diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-29 21:34:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-29 21:34:48 +0000 |
commit | bf3874c02bcbaf220b7d969f285e3bdf46311d7a (patch) | |
tree | 305d90415371ce9db1af8c15ba040274a9a49bc6 /libpager | |
parent | 9482946edf94a0414fce3134d09094f9cd0cf442 (diff) |
entered into RCS
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpager/priv.h b/libpager/priv.h index 5cbd47ff..b826b37a 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -107,6 +107,7 @@ int _pager_page_errors[]; /* Pagemap format */ /* These are binary state bits */ +#define PM_INIT 0x80 /* data has been written */ #define PM_PAGINGOUT 0x40 /* being written to disk */ #define PM_PAGEINWAIT 0x20 /* provide data back when write done */ #define PM_INVALID 0x10 /* data on disk is irrevocably wrong */ |