]> git.michaelhowe.org Git - packages/o/openafs.git/commit
windows-rx-lwp-clock-20060305
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Mar 2006 03:04:38 +0000 (03:04 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Mar 2006 03:04:38 +0000 (03:04 +0000)
commitc582cab1fb1708109f2aa26aab8eba189198e729
tree6dad980be9c2ebcfed6a13f8db6b1674f6902086
parentf803153c992af44cea18f4c948c7f3fb2a72da45
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.
src/rx/rx_clock_nt.c