On Thu, Oct 31, 2013 at 11:44:12AM +0200, Gregory Edigarov wrote:
> On 10/15/2013 01:43 AM, Alexander Bluhm wrote:
> >Hi,
> >
> >Convert the route expire timestamp in kernel and routing message
> >to 64 bit.  Add a small compatibility layer that allows to set
> >routes with old user land and new kernel.
> >
> >ok?
> 
> just out for curiosity, shouldn't the expire time be u_int64_t?

Internally in the kernel rmx_expire is assigned from and compared
with time_second.  This variable is time_t which is __int64_t which
is a signed long long.

So signed is the better type.

bluhm

Reply via email to