From 72e30130922dc513c6a1b291b64a7497d2252c01 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 27 Jun 1995 00:15:00 +0000 Subject: (pager_get_upi): New function. --- libpager/pager.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpager/pager.h') 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 -- cgit v1.2.3