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

Pavlin Radoslavov pavlin at icir.org
Thu Sep 27 23:34:50 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-09-28 06:34:50 UTC

XORP CVS repository


Modified files:
	libxorp       eventloop.cc selector.cc selector.hh 
	              win_dispatcher.hh 

Log message:
	Changed the SelectorList::wait_and_dispatch() timeout argument
	to be passed by reference instead of a pointer.
	
	Previously a NULL pointer or TimeVal::MAXIMUM() was used
	to get select(2) to block without timeout.
	There is no need for the NULL pointer semantics, therefore
	no need to pass the "timeout" argument as a pointer.

Revision  Changes                              Path
1.25      +5 -5;  commitid: bba646fc9fd97ea6;  xorp/libxorp/eventloop.cc
1.40      +9 -7;  commitid: bba646fc9fd97ea6;  xorp/libxorp/selector.cc
1.25      +2 -3;  commitid: bba646fc9fd97ea6;  xorp/libxorp/selector.hh
1.20      +4 -4;  commitid: bba646fc9fd97ea6;  xorp/libxorp/win_dispatcher.hh



More information about the Xorp-cvs mailing list