flow: New FLOW_WC_SEQ build assertion.
authorEthan Jackson <ethan@nicira.com>
Fri, 29 Jul 2011 20:15:09 +0000 (13:15 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 12 Aug 2011 22:05:41 +0000 (15:05 -0700)
commita877206f2f0ca10c625e311614d68a81bdc913ee
tree3d6fb0d279575af45054011cefd5688d826ce0af
parent027be501207df3f6c8e480fc013799dae63f748b
flow: New FLOW_WC_SEQ build assertion.

Changing "struct flow" or its wildcards requires minor adjustments
in many places in the code.  This patch adds a new FLOW_WC_SEQ
sequence number which when incremented will cause build assertion
failures aiding the developer in finding code which needs to
change.
lib/classifier.c
lib/flow.h
lib/nx-match.c
lib/ofp-parse.c
lib/ofp-util.c