Date: Thu, 04 Sep 2008 12:44:11 -0700 From: Julian Elischer <julian@elischer.org> To: FreeBSD virtualization mailing list <freebsd-virtualization@freebsd.org> Subject: next vimage commit.. a comment Message-ID: <48C03A8B.4050607@elischer.org>
next in thread | raw e-mail | index | archive | help
Some have suggested that we change the VNET_ITERLOOP_BEGIN() /
VNET_ITERLOOP_END() code,
and thinking about this I suggest that we go straight for the
final solution of:
change:
code
code
code
to:
FOREACH_VNET(VINET, vnet_inet) {
code
code
code
}
straight away. and get it over and done with...
anyone have thoughts?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48C03A8B.4050607>
