diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 00:15:00 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 00:15:00 +0000 |
commit | 72e30130922dc513c6a1b291b64a7497d2252c01 (patch) | |
tree | d0fbf6a5b881bce8fc80cc81053dd1b52fc6a70e | |
parent | 739baa431be845addfef81f6147daaa8ced91147 (diff) |
(pager_get_upi): New function.
-rw-r--r-- | libpager/pager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpager/pager.h b/libpager/pager.h index 7927db38..2a4189fd 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -45,6 +45,10 @@ pager_create (struct user_pager_info *u_pager, boolean_t may_cache, memory_object_copy_strategy_t copy_strategy); +/* Return the user_pager_info struct associated with a pager. */ +struct user_pager_info * +pager_get_upi (struct pager *p); + /* Sync data from pager PAGER to backing store; wait for all the writes to complete iff WAIT is set. */ void |