Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 20:04:20 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_car.c
Message-ID:  <200803272004.m2RK4Kex050534@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2008-03-27 20:04:20 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_car.c 
  Log:
  Switch from timeval to bintime, to use 1/(2^20) of seconds instead of
  microseconds. It allows to use bit shifts instead of some heavy 64bit
  mul/div math operations.
  
  Revision  Changes    Path
  1.6       +23 -22    src/sys/netgraph/ng_car.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803272004.m2RK4Kex050534>