cvs commit: src/sys/netgraph ng_car.c

Alexander Motin mav at FreeBSD.org
Thu Mar 27 13:04:21 PDT 2008


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


More information about the cvs-src mailing list