flow: Clean up MINIFLOW_FOR_EACH_IN_MAP.
authorBen Pfaff <blp@nicira.com>
Tue, 7 Oct 2014 19:59:14 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Oct 2014 19:59:14 +0000 (12:59 -0700)
commit1f2e8d2d85ab7dac37653c4f9d034ce452f289ca
tree4b2c72c8204d1e7f93c728e5e216138504c8f696
parent3f5ce9ef37fe052c2f01d15f44996733920ce937
flow: Clean up MINIFLOW_FOR_EACH_IN_MAP.

It seemed awkward to have declarations outside the for loop.

This may also be a little faster because it avoids some calls to
count_1bits().  The idea for that change is due to Jarno Rajahalme
<jrajahalme@nicira.com>.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/flow.h