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

Pavlin Radoslavov pavlin at icir.org
Fri Aug 11 11:07:20 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-11 18:07:20 UTC

XORP CVS repository


Modified files:
	libxorp       round_robin.cc round_robin.hh task.cc task.hh 

Log message:
	Cleanup the Round-robin queue implementation:
	 - Rename RoundRobin to RoundRobinQueue
	 - Rename RoundRobinBase to RoundRobinObjBase
	 - Move the implementation of RoundRobinObjBase::link() and unlink()
	   to RoundRobinQueue::link_object() and unlink_object()
	 - Remove the "friend" association between RoundRobinQueue and
	   RoundRobinObjBase
	 - Rename TaskList::find_roundrobin() to find_round_robin()
	 - Various nits

Revision  Changes                                 Path
1.3       +68 -70;  commitid: 12b4444dcc66c7ea6;  xorp/libxorp/round_robin.cc
1.3       +32 -29;  commitid: 12b4444dcc66c7ea6;  xorp/libxorp/round_robin.hh
1.3       +13 -13;  commitid: 12b4444dcc66c7ea6;  xorp/libxorp/task.cc
1.5       +4 -4;  commitid: 12b4444dcc66c7ea6;    xorp/libxorp/task.hh



More information about the Xorp-cvs mailing list