No subject



Wed Jan 5 22:04:31 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Wed, 05 Jan 2005 14:05:01 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.8) with ESMTP id j05M51kx016524
	for <atanu@tigger.icir.org>; Wed, 5 Jan 2005 14:05:01 -0800 (PST)
	(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.9p1/8.12.8) with ESMTP id j05M51BC037833
	for <atanu@icir.org>; Wed, 5 Jan 2005 14:05:01 -0800 (PST)
	(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.10/8.12.9) with ESMTP id j05M516p013975;
	Wed, 5 Jan 2005 14:05:01 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j05M4V6p013963
	for <xorp-cvs@icsi.berkeley.edu>; Wed, 5 Jan 2005 14:04:31 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id j05M4VBC037826
	for <xorp-cvs@icir.org>; Wed, 5 Jan 2005 14:04:31 -0800 (PST)
	(envelope-from atanu@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.8) with ESMTP id j05M4VW6098665
	for <xorp-cvs@icir.org>; Wed, 5 Jan 2005 14:04:31 -0800 (PST)
	(envelope-from atanu@xorpc.icir.org)
Received: (from atanu@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j05M4VR3098664
	for xorp-cvs@icir.org; Wed, 5 Jan 2005 22:04:31 GMT
	(envelope-from atanu)
Date: Wed, 5 Jan 2005 22:04:31 GMT
From: Atanu Ghosh <atanu@icir.org>
Message-Id: <200501052204.j05M4VR3098664@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp
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>

CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-01-05 22:04:31 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc route_table_cache.hh 

Log message:
	BGP when exiting was not deleting some cache tables. The cache tables
	are deleted using a timer. The timer was primed to run in one
	second. The BGP process was exiting before the timer had a chance to
	expire. The BGP destruction process now waits for the cache table
	deletion to complete. While searching for the memory leak the code to
	delete cache tables "DeleteAllNodes" has been refactored.

Revision  Changes    Path
1.48      +4 -2      xorp/bgp/bgp.cc
1.17      +23 -17    xorp/bgp/route_table_cache.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs