ofproto: Group functions related to flow expiration together.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Oct 2010 21:39:56 +0000 (14:39 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Oct 2010 21:39:56 +0000 (14:39 -0700)
commit4a4cdb3b24f582e6a751a7a67bf4cbdbd071fcf6
tree0b3ef7c0643c1da9de2740c9adea0bdb8e389d1e
parent3dffcf0701f7e7753710348d34eb5be007525877
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