diff options
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; |