ofproto: Get rid of redundant ofproto parameters in presence of ofconn.
authorBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 19:41:55 +0000 (12:41 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 19:41:55 +0000 (12:41 -0700)
commit3269c562c031afad937876a023f9e5a461e249ae
treefb9ab15c2c4a586a6f239cfba38ceb958644db57
parentb70eac89d2a663571edc0b32578dd103b254860d
ofproto: Get rid of redundant ofproto parameters in presence of ofconn.

An ofconn has a member that points to its ofproto, so there's never a need
to pass both an ofconn and its ofproto as parameters to a function.

Suggested-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto.c