Re: [Patch]: hires_ms::usecs

2005-03-27 Thread Christopher Faylor
On Sun, Mar 27, 2005 at 03:19:00PM -0500, Pierre A. Humblet wrote: >The old test below will only detect the wraparound when "now" is >in the interval [0, inittime_ms), so it's likely to miss if >inittime_ms is very small (e.g. daemon starting at reboot). > >With the new test, the wraparound will be

[Patch]: hires_ms::usecs

2005-03-27 Thread Pierre A. Humblet
The old test below will only detect the wraparound when "now" is in the interval [0, inittime_ms), so it's likely to miss if inittime_ms is very small (e.g. daemon starting at reboot). With the new test, the wraparound will be detected if the function is called at any time between the 25th and 49t