No subject



Tue Apr 1 18:53:52 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Tue, 01 Apr 2003 18:54:04 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.9/8.12.3) with ESMTP id h322s4ZW064468
	for <atanu@tigger.icir.org>; Tue, 1 Apr 2003 18:54:04 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9/8.12.3) with ESMTP id h322s39n052522
	for <atanu@icir.org>; Tue, 1 Apr 2003 18:54:03 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by ICSI.Berkeley.EDU (8.9.0/8.9.0) with ESMTP id SAA19337;
	Tue, 1 Apr 2003 18:54:03 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by ICSI.Berkeley.EDU (8.9.0/8.9.0) with ESMTP id SAA19326
	for <xorp-cvs@icsi.berkeley.edu>; Tue, 1 Apr 2003 18:53:52 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9/8.12.3) with ESMTP id h322rq9n052520
	for <xorp-cvs@icir.org>; Tue, 1 Apr 2003 18:53:52 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9/8.12.3) with ESMTP id h322rqCO009009
	for <xorp-cvs@icir.org>; Tue, 1 Apr 2003 18:53:52 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.9/8.12.3/Submit) id h322rqCc009008;
	Tue, 1 Apr 2003 18:53:52 -0800 (PST)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200304020253.h322rqCc009008@xorpc.icir.org>
Date:     Tue,  1 Apr 2003 18:53:52  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp/ peer.cc peer.hh  xorp/cli/ cli_node_net.cc  xorp/libxipc/ finder_client.cc xuid.cc  xorp/libxorp/ eventloop.cc eventloop.hh heap.cc heap.hh  	               selector.cc selector.hh test_timer.cc  	               time_slice.cc time_slice.hh timer.cc timer.hh  	               timeval.hh  xorp/mfea/ mfea_dataflow.cc mfea_node_cli.cc  xorp/rtrmgr/ conf_tree_node.cc conf_tree_node.hh
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/share/doc/apache/cvs
Module name:	xorp
Repository:	xorp/rtrmgr/
Changes by:	pavlin@xorpc.icir.org.	03/04/01 18:53:52

Modified files:
	xorp/bgp/: peer.cc peer.hh 
	xorp/cli/: cli_node_net.cc 
	xorp/libxipc/: finder_client.cc xuid.cc 
	xorp/libxorp/: eventloop.cc eventloop.hh heap.cc heap.hh 
	               selector.cc selector.hh test_timer.cc 
	               time_slice.cc time_slice.hh timer.cc timer.hh 
	               timeval.hh 
	xorp/mfea/: mfea_dataflow.cc mfea_node_cli.cc 
	xorp/rtrmgr/: conf_tree_node.cc conf_tree_node.hh 

Log message:
	* Replace "struct timeval" with TimeVal (in the Xorp timer and
	eventloop code, and almost everywhere else in the rest of the code).
	
	* Remove the "struct timeval" stuff in libxorp/timeval.hh :
	mk_timeval(), the operators, etc.
	
	* Move TimerList::system_gettimeofday() to the list of public methods.
	
	* Replace most of gettimeofday(&now, NULL)
	where "now" has type (struct timeval)
	with
	TimerList::system_gettimeofday(&now)
	where "now" has type (TimeVal).
	Note that this is probably an intermediate solution before
	we settle-down down on the particular interface we want to use.

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