]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch from timeval to bintime, to use 1/(2^20) of seconds instead of
authormav <mav@FreeBSD.org>
Thu, 27 Mar 2008 20:04:20 +0000 (20:04 +0000)
committermav <mav@FreeBSD.org>
Thu, 27 Mar 2008 20:04:20 +0000 (20:04 +0000)
commitfd0bef772c625754c6c54e004a8db759dd8e29a7
treedb3f0b6959fc8ab31242c49ea6de24e776018365
parent8b81d719e16ff5e6da5d41c553b89216e72864fe
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.
sys/netgraph/ng_car.c