replace packed attributes
[dpdk.git] / lib / librte_net / rte_sctp.h
index ab38be7..965682d 100644 (file)
@@ -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
 }