X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build-aux%2Fcheck-structs;h=0428abf51c738a475d2a9103244d8e65b3ce83d0;hb=6a3e30f3e728e4a9692e03514f061aa341d62ebf;hp=e50e3101164d872a993774ac49f82f9559aad514;hpb=cd03c7c85997b24070ee20c5995cefac47447e40;p=sliver-openvswitch.git diff --git a/build-aux/check-structs b/build-aux/check-structs index e50e31011..0428abf51 100755 --- a/build-aux/check-structs +++ b/build-aux/check-structs @@ -190,7 +190,7 @@ def parseStruct(): forceMatch(';') if size % alignment: shortage = alignment - (size % alignment) - if (structName == "struct ofp_packet_in" and + if (structName == "struct ofp10_packet_in" and shortage == 2 and memberName == 'data' and count == 0):