No subject



Thu May 15 11:09:49 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 15 May 2003 11:10:03 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FIA3Kd057332
	for <atanu@tigger.icir.org>; Thu, 15 May 2003 11:10:03 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FIA3EX003106
	for <atanu@icir.org>; Thu, 15 May 2003 11:10:03 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.icsi.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h4FIA2KJ017297;
	Thu, 15 May 2003 11:10:02 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.icsi.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h4FI9nKJ017290
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 15 May 2003 11:09:50 -0700 (PDT)
Received: from puma.icir.org (puma.icir.org [192.150.187.73])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FI9nEX003101;
	Thu, 15 May 2003 11:09:49 -0700 (PDT)
	(envelope-from hodson@puma.icir.org)
Received: from puma.icir.org (localhost [127.0.0.1])
	by puma.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FI9nCM065838;
	Thu, 15 May 2003 11:09:49 -0700 (PDT)
	(envelope-from hodson@puma.icir.org)
Message-Id: <200305151809.h4FI9nCM065838@puma.icir.org>
X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3
To: Mark Handley <mjh@icir.org>
cc: xorp-cvs@icir.org
Subject: Re: [Xorp-cvs] XORP cvs commit: xorp/rip/ port_io.hh 
In-Reply-To: Your message of "Thu, 15 May 2003 10:29:55 PDT."
             <10675.1053019795@aardvark.icir.org> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 15 May 2003 11:09:49 -0700
From: Orion Hodson <hodson@icir.org>
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

/-- Mark Handley wrote:
| 
| >Log message:
| >	GCC3.3 fix: inline specialized methods to avoid multiple symbol
| >	definitions.
| 
| I thought inline was only a hint to the compiler, and as such, can be
| ignored.  Thus if there's a real problem, this seems like an
| unreliable or potentially non-portable fix.

Yes, inline is just a hint, but it has the side of effect of coercing internal 
linkage (a la static) when the function can't be inlined.

- Orion

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs