aboutsummaryrefslogtreecommitdiff
path: root/libpager/pager-ro-port.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to the improved memory_object_create proxy RPCSamuel Thibault2022-08-101-4/+2
| | | | Thus avoiding two RPCs.
* Do not cache the R/O proxySamuel Thibault2022-08-101-23/+12
| | | | | We cannot properly detect when to release the ro_proxy, so let's just not cache it.
* libpager: Add pager_get_ro_port ()Sergey Bugaev2022-08-101-0/+61
A pager will now maintain a port to a read-only memory object proxy for itself, and let the users access it with pager_get_ro_port ().