X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build-aux%2Fcheck-structs;h=152c6a21426d3d23137abdc7bd81a749cf78711b;hb=7588b571759fe4aff24e76096640eb073fc90a05;hp=536045fe479c47a896a9988669d89dd32c0d5b99;hpb=a44d74d75294e358e501cc83fd35e6a5e50ebf0b;p=openvswitch diff --git a/build-aux/check-structs b/build-aux/check-structs index 536045fe..152c6a21 100755 --- a/build-aux/check-structs +++ b/build-aux/check-structs @@ -17,6 +17,7 @@ types['uint64_t'] = {"size": 8, "alignment": 8} types['ovs_be16'] = {"size": 2, "alignment": 2} types['ovs_be32'] = {"size": 4, "alignment": 4} types['ovs_be64'] = {"size": 8, "alignment": 8} +types['ovs_32aligned_be64'] = {"size": 8, "alignment": 4} token = None line = ""