[Xorp-cvs] XORP cvs commit: xorp/contrib/olsr xorp/libxorp xorp/ospf xorp/rip

Pavlin Radoslavov pavlin at icir.org
Thu Oct 2 20:32:40 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-10-03 03:32:40 UTC

XORP CVS repository


Modified files:
	contrib/olsr  xrl_target.cc 
	libxorp       callback.cc profile.cc timeval.hh 
	ospf          xrl_target.cc 
	rip           xrl_target_common.hh xrl_target_rip.cc 

Log message:
	Remove the redundant TimeVal::secs() and TimeVal::usecs()
	and always use the existing TimeVal::sec() and TimeVal::usec().
	
	The latter are preferred because the names match closer the
	fields naming in the corresponding "struct timeval".
	
	Requested by:   Paul Zeldin
	Approved by:    Atanu Ghosh

Revision  Changes                                Path
1.4       +14 -14;  commitid: 345b48e5906041a7;  xorp/contrib/olsr/xrl_target.cc
1.14      +2 -2;  commitid: 345b48e5906041a7;    xorp/libxorp/callback.cc
1.16      +2 -2;  commitid: 345b48e5906041a7;    xorp/libxorp/profile.cc
1.39      +1 -15;  commitid: 345b48e5906041a7;   xorp/libxorp/timeval.hh
1.64      +2 -2;  commitid: 345b48e5906041a7;    xorp/ospf/xrl_target.cc
1.38      +2 -2;  commitid: 345b48e5906041a7;    xorp/rip/xrl_target_common.hh
1.45      +1 -1;  commitid: 345b48e5906041a7;    xorp/rip/xrl_target_rip.cc



More information about the Xorp-cvs mailing list