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 04:18:42 +0000 (21:18 -0700)
commit505ed3fbc1ff20720d2419a62626b2c3247a036f
tree03f42e3f4b85c461482c87ba8b85319335355aba
parentf635fc048ed0b7ae6d79cfffd9a0158f6bd1c4af
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