[Xorp-cvs] XORP cvs commit: xorp/libxorp

Bruce Simpson bms@icir.org
Mon, 24 Oct 2005 12:43:39 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-10-24 12:43:39 UTC

XORP CVS repository


Modified files:
	libxorp       timer.cc 

Log message:
	TimerList::system_sleep() accepts a TimeVal containing the
	amount of time to sleep.
	In Win32's SetWaitableTimer() terms, this is a relative timestamp,
	and thus needs to be negative, so multiply the 64-bit LARGE_INTEGER
	passed to it by -1.

Revision  Changes                              Path
1.27      +2 -1;  commitid: 7dfe435cd6f47ea6;  xorp/libxorp/timer.cc