[Xorp-cvs] XORP cvs commit: xorp

Pavlin Radoslavov pavlin at icir.org
Thu May 31 10:07:05 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-05-31 17:07:05 UTC

XORP CVS repository


Modified files:
	.             config.h.in configure configure.in 

Log message:
	Added a check for function clock_gettime().
	If it is available, then HAVE_CLOCK_GETTIME will be defined.
	
	This check can be used inside SystemClock (libxorp/clock.{hh,cc})
	to add clock_gettime(CLOCK_MONOTONIC) implementation that
	is not affected by NTP interaction.
	
	Note that we don't add check whether the system supports
	CLOCK_MONOTONIC, because "#ifdef CLOCK_MONOTONIC" should be sufficient.
	
	Requested by:   Bruce M. Simpson

Revision  Changes                               Path
1.80      +3 -0;  commitid: cebc465effac7ea6;   xorp/config.h.in
1.248     +95 -1;  commitid: cebc465effac7ea6;  xorp/configure
1.204     +3 -2;  commitid: cebc465effac7ea6;   xorp/configure.in



More information about the Xorp-cvs mailing list