hurd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proxy memory objects


From: Marcus Brinkmann
Subject: Re: proxy memory objects
Date: Tue, 19 Nov 2002 23:27:24 +0100
User-agent: Mutt/1.4i

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    address@hidden
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
address@hidden
http://www.marcus-brinkmann.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]