X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build-aux%2Fcheck-structs;h=f582e2bd7ba53cb28f6928d3688d987ef6130fef;hb=b31bcf60cf4fbabca0182196c97b3004e42f53e5;hp=545c80a89543135498dc45f58b2969b1a93f0b18;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/build-aux/check-structs b/build-aux/check-structs index 545c80a8..f582e2bd 100755 --- a/build-aux/check-structs +++ b/build-aux/check-structs @@ -13,6 +13,9 @@ types['uint8_t'] = {"size": 1, "alignment": 1} types['uint16_t'] = {"size": 2, "alignment": 2} types['uint32_t'] = {"size": 4, "alignment": 4} 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} token = None line = ""