]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-windows-rx-lwp-clock-20060305
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Mar 2006 03:05:02 +0000 (03:05 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Mar 2006 03:05:02 +0000 (03:05 +0000)
commitf3ec55dadaf2d410894c3aa5ea926f42a68bdb7d
tree8f6d9c22d11120a6599a174bfbea502648b809c5
parentddb7855c1b7334b6cf0ce6c0d87c31ffd899d79b
STABLE14-windows-rx-lwp-clock-20060305

clock_Init() was broken because it would initialize rxi_clock0
with QueryPerformanceCounter() and then call clock_UpdateTime().
So instead of getting an ever increasing value you would get a
fixed value determined by how long it takes to make a function call
between to QueryPerformanceCounter() calls.

(cherry picked from commit c582cab1fb1708109f2aa26aab8eba189198e729)
src/rx/rx_clock_nt.c