Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to the improved memory_object_create proxy RPC | Samuel Thibault | 2022-08-10 | 1 | -4/+2 |
| | | | | Thus avoiding two RPCs. | ||||
* | Do not cache the R/O proxy | Samuel Thibault | 2022-08-10 | 1 | -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 Bugaev | 2022-08-10 | 1 | -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 (). |