ofproto-dpif: Remove many redundant "struct ofproto_dpif *" parameters.
authorBen Pfaff <blp@nicira.com>
Mon, 26 Dec 2011 23:08:53 +0000 (15:08 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Jan 2012 18:45:37 +0000 (10:45 -0800)
commit15baa734dbe26167aca7b5ed92ff1061209355a9
tree34e07f62f6aa3d66277aee6c19af7f290caaf891
parentf0fd1a1772665ea57662281d9cccadb0f0146196
ofproto-dpif: Remove many redundant "struct ofproto_dpif *" parameters.

It's redundant to pass both a facet or subfacet and an ofproto_dpif,
because the latter can be derived from the former.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c