diff options
Diffstat (limited to 'libpager/pager.h')
-rw-r--r-- | libpager/pager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpager/pager.h b/libpager/pager.h index dd8026a7..16b47def 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -155,6 +155,9 @@ pager_change_attributes (struct pager *pager, mach_port_t pager_get_port (struct pager *pager); +mach_port_t +pager_get_ro_port (struct pager *pager); + /* Force termination of a pager. After this returns, no more paging requests on the pager will be honored, and the pager will be deallocated. (The actual deallocation might |