OpenAFS CVS Commit: openafs/src/rx by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 05 Mar 2006 22:04:38 EST


Update of /cvs/openafs/src/rx
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-3/src/rx

Modified Files:
	rx_clock_nt.c 
Log Message:
DELTA windows-rx-lwp-clock-20060305
AUTHOR jaltman@secure-endpoints.com

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.



--- DELTA config follows ---
windows-rx-lwp-clock-20060305 openafs/src/rx/rx_clock_nt.c 1.11 1.12