ofproto: Group functions related to flow expiration together.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Oct 2010 21:39:56 +0000 (14:39 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 9 Oct 2010 00:18:37 +0000 (17:18 -0700)
commit6348e9482369ebd7f1c2d7ec167bd09b9a3d7ecc
treee620cb79adc24f3e2282389e07ee48e8e0b85324
parent7fa8c6709db0ac416a78896545b0005e35556903
ofproto: Group functions related to flow expiration together.

This should be a purely stylistic change, with no effect on behavior.

This commit changes the callback pointer passed to the
classifier_for_each() from a pointer to an ofproto to a pointer to a
structure that includes an ofproto.  Future commits planned will add
more members to this new structure.
ofproto/ofproto.c