Re: proxy memory objects

Marcus Brinkmann <[email protected]> Tue, 19 Nov 2002 23:27:24 +0100
Newsgroups gmane.os.hurd.devel.readers
Message-ID <[email protected]>
On Tue, Nov 19, 2002 at 09:46:21AM +0100, Marcus Brinkmann wrote:
> routine memory_object_create_proxy (
> 	memobj: memory_object_t;
> 	new_max_protection: vm_prot_t;
> 	out memobj_proxy: memory_object_t);

Now that is a first order brain fart.  Of course we can not send the RPC to
the memory object.  Mmh.  What about

routine memory_object_create_proxy (
	task: ipc_space_t;
	memobj: memory_object_t;
	new_max_protection: vm_prot_t;
	out memobj_proxy: memory_object_t);

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    [email protected]
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
[email protected]
http://www.marcus-brinkmann.de/