Hi,
On Thu, Nov 17, 2011 at 11:10:16PM +0100, Pino Toscano wrote:
> struct mapped_time_value_extended {
> integer_t seconds;
> integer_t microseconds;
> integer_t check_seconds;
> integer_t mapped_time_magic;
I think "version" would be more descriptive than "magic"...
And the bikeshed s
Pino Toscano, le Thu 17 Nov 2011 23:10:16 +0100, a écrit :
> Alle sabato 27 agosto 2011, Samuel Thibault ha scritto:
> > Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit :
> > > > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit :
> > > > > +extern vm_offset_t monotonicmmap();
> >
Alle sabato 27 agosto 2011, Samuel Thibault ha scritto:
> Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit :
> > > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit :
> > > > +extern vm_offset_t monotonicmmap();
> > > > +#definemonotonicname "monotonic"
> > >
> >
Roland McGrath, le Sat 27 Aug 2011 10:03:24 -0700, a écrit :
> > Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit :
> > > +extern vm_offset_t monotonicmmap();
> > > +#define monotonicname "monotonic"
> >
> > Ah, I was rather thinking about appending the new clock to the existing
> Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit :
> > +extern vm_offset_t monotonicmmap();
> > +#definemonotonicname "monotonic"
>
> Ah, I was rather thinking about appending the new clock to the existing
> mappable clock. I don't think it is useful to separate them.
It
Pino Toscano, le Fri 26 Aug 2011 20:29:43 +0200, a écrit :
> +extern vm_offset_t monotonicmmap();
> +#define monotonicname "monotonic"
Ah, I was rather thinking about appending the new clock to the existing
mappable clock. I don't think it is useful to separate them.
Samuel