On Sat, Oct 30, 2021 at 9:38 AM Joan Lledó <jlle...@mailfence.com> wrote:
> El 24/10/21 a les 19:50, Sergey Bugaev ha escrit:
> > Naming: perhaps memory_object_create_vm_proxy ()? or even
> > memory_object_create_task_vm_proxy ()?
>
> I don't care about the name, you guys decide.

Actually, how about vm_region_create_proxy ()? It has a nice symmetry to it:

memory_object_create_proxy () — create a proxy for this memory object(s)
vm_region_create_proxy () — create a proxy for this VM region(s)

So we'd say that it's the '_create_proxy' part that is common between
the proxy RPC names, not the 'memory_object_' prefix. After all, the
proxy RPCs are not the actual memory_object_... () RPCs that memory
objects themselves implement.

Sergey

Reply via email to