X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fflow.h;h=9388f20ab16eaebb4c85641881ce06d15a0674cb;hb=f8e4867eafd076e94bdb5bcf7c7dc69ca7a9c8ae;hp=dcd77c2b5ed45f2b621e88173375c0fcd6b2bd4b;hpb=296e07ace0ff2d5819ce760d6018ba82d14aa2a8;p=openvswitch diff --git a/lib/flow.h b/lib/flow.h index dcd77c2b..9388f20a 100644 --- a/lib/flow.h +++ b/lib/flow.h @@ -96,7 +96,8 @@ BUILD_ASSERT_DECL(sizeof(struct flow) % 4 == 0); #define FLOW_U32S (sizeof(struct flow) / 4) /* Remember to update FLOW_WC_SEQ when changing 'struct flow'. */ -BUILD_ASSERT_DECL(sizeof(struct flow) == 168 && FLOW_WC_SEQ == 17); +BUILD_ASSERT_DECL(sizeof(struct flow) == sizeof(struct flow_tnl) + 144 && + FLOW_WC_SEQ == 17); /* Represents the metadata fields of struct flow. */ struct flow_metadata {