Date: Sat, 1 Aug 2009 20:24:45 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net vnet.c Message-ID: <200908012025.n71KP4M1059745@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-08-01 20:24:45 UTC FreeBSD src repository Modified files: sys/net vnet.c Log: SVN rev 196020 on 2009-08-01 20:24:45Z by rwatson Remove vnet_foreach() utility function, which previously allowed vnet.c to iterate virtual network stacks without being aware of the implementation details previously hidden in kern_vimage.c. Now they are in the same file, so remove this added complexity. Reviewed by: bz Approved by: re (vimage blanket) Revision Changes Path 1.5 +6 -29 src/sys/net/vnet.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908012025.n71KP4M1059745>