]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/rte_icmp.h
net: add rte prefix to ICMP structure
[dpdk.git] / lib / librte_net / rte_icmp.h
index 053b5f6a42802f3b27ba333857d65ea7f57b85cf..d0309537ed873701254b0ffe47d6b1a5656136b0 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 /**
  * ICMP Header
  */
-struct icmp_hdr {
+struct rte_icmp_hdr {
        uint8_t  icmp_type;   /* ICMP packet type. */
        uint8_t  icmp_code;   /* ICMP packet code. */
        uint16_t icmp_cksum;  /* ICMP packet checksum. */