X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build-aux%2Fcheck-structs;h=f582e2bd7ba53cb28f6928d3688d987ef6130fef;hb=44471ad36d13da6563a2244dcac863ac5e9e829b;hp=545c80a89543135498dc45f58b2969b1a93f0b18;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=sliver-openvswitch.git diff --git a/build-aux/check-structs b/build-aux/check-structs index 545c80a89..f582e2bd7 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 = ""