X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenvswitch%2Ftypes.h;h=fbd2997b32b0c1afc9f262cd841caf985eb38e4f;hb=b0ec0f279ea4537cb421eba807254aba8f1971f2;hp=2f670c0424c2f98d7ce3fb65c18449d9f8641e6e;hpb=fba473391b92b6f2ce33a0acd68920941cb47b03;p=sliver-openvswitch.git diff --git a/include/openvswitch/types.h b/include/openvswitch/types.h index 2f670c042..fbd2997b3 100644 --- a/include/openvswitch/types.h +++ b/include/openvswitch/types.h @@ -21,8 +21,10 @@ #ifdef __CHECKER__ #define OVS_BITWISE __attribute__((bitwise)) +#define OVS_FORCE __attribute__((force)) #else #define OVS_BITWISE +#define OVS_FORCE #endif /* The ovs_be types indicate that an object is in big-endian, not