No subject



Thu Mar 27 15:44:45 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 27 Mar 2003 15:45:05 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.3/8.12.3) with ESMTP id h2RNj5lu042533
	for <atanu@tigger.icir.org>; Thu, 27 Mar 2003 15:45:05 -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.3/8.12.3) with ESMTP id h2RNj5fh084357;
	Thu, 27 Mar 2003 15:45:05 -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 PAA15859;
	Thu, 27 Mar 2003 15:45:05 -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 PAA15848
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 27 Mar 2003 15:44:45 -0800 (PST)
Received: from possum.icir.org (possum.icir.org [192.150.187.67])
	by wyvern.icir.org (8.12.3/8.12.3) with ESMTP id h2RNijfh084350;
	Thu, 27 Mar 2003 15:44:45 -0800 (PST)
	(envelope-from pavlin@possum.icir.org)
Received: from possum.icir.org (localhost [127.0.0.1])
	by possum.icir.org (8.12.3/8.12.3) with ESMTP id h2RNijix088574;
	Thu, 27 Mar 2003 15:44:45 -0800 (PST)
	(envelope-from pavlin@possum.icir.org)
Message-Id: <200303272344.h2RNijix088574@possum.icir.org>
To: Luigi Rizzo <rizzo@icir.org>
cc: Pavlin Radoslavov <pavlin@icir.org>, xorp-cvs@icir.org
Subject: Re: [Xorp-cvs] XORP cvs commit: xorp/libxorp/ timeval.hh 
In-Reply-To: Message from Luigi Rizzo <rizzo@icir.org> 
   of "Thu, 27 Mar 2003 15:38:58 PST." <20030327153858.B66323@xorpc.icir.org> 
Date: Thu, 27 Mar 2003 15:44:45 -0800
From: Pavlin Radoslavov <pavlin@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>

> On Thu, Mar 27, 2003 at 03:29:59PM +0000, Pavlin Radoslavov wrote:
> ...
> > 	The operators not implemented are:
> > 	- division of TimeVal by TimeVal
> 
> do you mean you implemented TimeVal*TimeVal ??

The only multiplication and division operators that are implemented
are TimeVal*int and TimeVal/int.

In the "struct timeval" code there are
timeval/timeval and timeval%timeval, which I didn't implement
in TimeVal. I am not sure whether those, along with TimeVal*TimeVal
are really needed (but I may be wrong here). In any case, if someone
needs them, they can be added.

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