flow: New FLOW_WC_SEQ build assertion.
authorEthan Jackson <ethan@nicira.com>
Fri, 12 Aug 2011 18:52:56 +0000 (11:52 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Aug 2011 18:57:06 +0000 (11:57 -0700)
commit6dc4bc9594945f9f21f449cddd6776c717098f88
tree1cffaf8969613f3ca02e7907b2df56f4c5d77e54
parentce867b4c7358a48c1644c382c18f23db13c13508
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