Re: [systemd-devel] [systemd-commits] Makefile.am src/readahead

2013-03-26 Thread Kok, Auke-jan H
On Tue, Mar 26, 2013 at 10:44 AM, Kok, Auke-jan H wrote: > On Tue, Mar 26, 2013 at 10:38 AM, Lennart Poettering > wrote: >> On Tue, 26.03.13 10:33, Auke-Jan Kok (a...@kemper.freedesktop.org) wrote: >> >> Heyhey, wait. >> >>> +clock_gettime(CLOCK_MONOTONIC, &starttime); >> >> Could you ple

Re: [systemd-devel] [systemd-commits] Makefile.am src/readahead

2013-03-26 Thread Kok, Auke-jan H
On Tue, Mar 26, 2013 at 10:38 AM, Lennart Poettering wrote: > On Tue, 26.03.13 10:33, Auke-Jan Kok (a...@kemper.freedesktop.org) wrote: > > Heyhey, wait. > >> +clock_gettime(CLOCK_MONOTONIC, &starttime); > > Could you please turn this into an usec_t? We generally use usec_t for > everythin

Re: [systemd-devel] [systemd-commits] Makefile.am src/readahead

2013-03-26 Thread Lennart Poettering
On Tue, 26.03.13 10:33, Auke-Jan Kok (a...@kemper.freedesktop.org) wrote: Heyhey, wait. > +clock_gettime(CLOCK_MONOTONIC, &starttime); Could you please turn this into an usec_t? We generally use usec_t for everything, it's much simpler to use. We won't use the floating point stuff then e