Date: Sun, 30 Mar 2008 07:53:51 +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: <200803300753.m2U7rqMX041155@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-03-30 07:53:51 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: - Account all node stats at the shape mode. - Do not check destination hook presence, it will be done by netgraph. - Use u_int instead of int in some places to simplify type conversions. - Use NG_SEND_DATA_ONLY() macro instead of selfmade equivalent. Revision Changes Path 1.7 +28 -36 src/sys/netgraph/ng_car.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803300753.m2U7rqMX041155>