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

Pavlin Radoslavov pavlin@icir.org
Sat, 1 Apr 2006 00:26:51 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-04-01 00:26:51 UTC

XORP CVS repository


Modified files:
	bgp           bgp.hh 

Log message:
	Const-ify the second argument (iptuple) of the Server() constructor
	to avoid constructing an extra copy of that argument.
	
	The positive side-effect of this change is that it fixes
	a propolice compilation bug in the gcc compiler on DragonFlyBSD-1.4:
	http://chlamydia.fs.ei.tum.de/issues/issue53
	
	The compiler version that triggered the bug is:
	gcc (GCC) 3.4.5 20050809 (prerelease) [DragonFly] (propolice, visibility)

Revision  Changes                              Path
1.59      +2 -2;  commitid: 4017442dc8127ea6;  xorp/bgp/bgp.hh