summaryrefslogtreecommitdiff
path: root/libpager/pager.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 00:15:00 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 00:15:00 +0000
commit72e30130922dc513c6a1b291b64a7497d2252c01 (patch)
treed0fbf6a5b881bce8fc80cc81053dd1b52fc6a70e /libpager/pager.h
parent739baa431be845addfef81f6147daaa8ced91147 (diff)
(pager_get_upi): New function.
Diffstat (limited to 'libpager/pager.h')
-rw-r--r--libpager/pager.h4
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