X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2Frte_mpls.h;h=32b6431219afb757d20559b29afe5bf848d4e984;hb=9362945d7e79ca292215a8875055998928d36e74;hp=11d26ba35d7e0c3b7ddfefacf3bf329dcd7b27a1;hpb=e480cf487a0d77ead8fa606532ead1e35eb2426f;p=dpdk.git diff --git a/lib/librte_net/rte_mpls.h b/lib/librte_net/rte_mpls.h index 11d26ba35d..32b6431219 100644 --- a/lib/librte_net/rte_mpls.h +++ b/lib/librte_net/rte_mpls.h @@ -21,7 +21,7 @@ extern "C" { /** * MPLS header. */ -struct mpls_hdr { +struct rte_mpls_hdr { uint16_t tag_msb; /**< Label(msb). */ #if RTE_BYTE_ORDER == RTE_BIG_ENDIAN uint8_t tag_lsb:4; /**< Label(lsb). */