X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2Frte_sctp.h;h=965682dc2bf3a420ca520ba82ff879c21d99a58d;hb=3127f99274b679124658afdbfc49210730c50617;hp=ab38be76895b940dfe107917d24ac6336de9faac;hpb=7eca7f7fd09d76fba7958df8fd92e90ac169a8e6;p=dpdk.git diff --git a/lib/librte_net/rte_sctp.h b/lib/librte_net/rte_sctp.h index ab38be7689..965682dc2b 100644 --- a/lib/librte_net/rte_sctp.h +++ b/lib/librte_net/rte_sctp.h @@ -30,7 +30,7 @@ struct rte_sctp_hdr { rte_be16_t dst_port; /**< Destin port. */ rte_be32_t tag; /**< Validation tag. */ rte_be32_t cksum; /**< Checksum. */ -} __attribute__((__packed__)); +} __rte_packed; #ifdef __cplusplus }