ofproto-dpif: Move definition of "struct subfacet" earlier.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Apr 2012 22:27:31 +0000 (15:27 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Apr 2012 03:28:49 +0000 (20:28 -0700)
commit5f5fbd1780b356373e31d939f4312589599c5e67
tree786b9ba7300cc2def7e6d09ad6ef64384bbbdad9
parent72d32ac0b3a1358cb36cf43f15ee7c026be36d2c
ofproto-dpif: Move definition of "struct subfacet" earlier.

The next commit will add an instance of struct subfacet as a member of
struct facet, so struct subfacet must be declared first.

This commit moves around code without otherwise changing it.

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