Date: Sat, 6 Mar 2010 21:27:26 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net radix.c radix.h Message-ID: <201003062127.o26LRmpi045184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2010-03-06 21:27:26 UTC FreeBSD src repository Modified files: sys/net radix.c radix.h Log: SVN rev 204808 on 2010-03-06 21:27:26Z by bz Introduce a function rn_detachhead() that will free the radix table root nodes. This is only needed (and available) in the virtualization case to free the resources when tearing down a virtual network stack. Sponsored by: ISPsystem Reviewed by: julian, zec MFC after: 5 days Revision Changes Path 1.47 +18 -0 src/sys/net/radix.c 1.30 +3 -0 src/sys/net/radix.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003062127.o26LRmpi045184>