replace packed attributes
[dpdk.git] / app / test / test_hash.c
index ab978ea..42cfc28 100644 (file)
@@ -67,7 +67,7 @@ struct flow_key {
        uint16_t port_src;
        uint16_t port_dst;
        uint8_t proto;
-} __attribute__((packed));
+} __rte_packed;
 
 int hash_logtype_test;