From bf3874c02bcbaf220b7d969f285e3bdf46311d7a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 29 Aug 1994 21:34:48 +0000 Subject: entered into RCS --- libpager/priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpager/priv.h') 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 */ -- cgit v1.2.3