On Tue, Dec 03, 2002 at 05:18:56PM -0500, Roland McGrath wrote:
> > create_proxy (..., memory_object_t object[], vm_prot_t maxprot,
> >               vm_size_t start[], vm_size_t end[]);
> 
> The crucial parameter you missed is the offset.  Each [start_i,end_i) in
> the result corresponds to object_i at some offset, which the caller must be
> able to specify arbitrarily.  It would be more consistent with other
> Mach interfaces for the args to be vm_offset_t start[], vm_size_t len[].

I was just thinking that (vm_offset_t start, vm_size_t length) would be
nicer than (start, end), so I will go for that.
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/


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to