flow: Add a couple of missing build assertions on FLOW_WC_SEQ.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 23:38:53 +0000 (15:38 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 3 Feb 2012 00:39:59 +0000 (16:39 -0800)
commita79c50f3df6197381c0ad8e91216ba2c5253473d
treecaddc4c96e5b7627346e9c925922dde21052f9c2
parent37b694e7a76ca6abc62c78eceae26f655cf6bccf
flow: Add a couple of missing build assertions on FLOW_WC_SEQ.

Every piece of code that may need to change whenever struct flow or struct
flow_wildcards changes, but might easily get overlooked, should have a
build assertion on the value of FLOW_WC_SEQ, but these functions did not.

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