diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-23 17:10:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-23 17:10:49 +0000 |
commit | 28fbdacc736106800a5cd4b418abe398bc1f0997 (patch) | |
tree | 21cbab7c05e9794daf5c5e2879eaceeaaccb5bcb /libpager/priv.h | |
parent | f228b4c187a0562cc1c295a26b933311d6bb2232 (diff) |
Formerly priv.h.~10~
Diffstat (limited to 'libpager/priv.h')
-rw-r--r-- | libpager/priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpager/priv.h b/libpager/priv.h index 2fa85ed6..d6a51b15 100644 --- a/libpager/priv.h +++ b/libpager/priv.h @@ -38,6 +38,9 @@ struct pager struct lock_request *lock_requests; /* pending lock requests */ struct attribute_request *attribute_requests; /* pending attr requests */ + boolean_t may_cache; + memory_object_copy_strategy_t copy_strategy; + /* Interface ports */ memory_object_control_t memobjcntl; memory_object_name_t memobjname; |