ofproto: Reduce number of "collect" functions taking lots of parameters.
authorBen Pfaff <blp@nicira.com>
Wed, 11 Sep 2013 22:35:44 +0000 (15:35 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Sep 2013 00:42:43 +0000 (17:42 -0700)
commita9b22b7f1757c93b3d540c4c43d35d56b4e17c57
treed78d941c7b2627fc9e4f57063f22e3a5ecfd5050
parent6c1d76429b8fc56ff977f0b2d801f8d18ee8afcb
ofproto: Reduce number of "collect" functions taking lots of parameters.

The long lists of parameters for all these "collect" functions was starting
to get to me.  This reduces the number of such functions to one.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto.c