]> git.droids-corp.org - dpdk.git/blobdiff - test/test/packet_burst_generator.h
net: add rte prefix to tcp structure
[dpdk.git] / test / test / packet_burst_generator.h
index 98185c162389bcaa5e1c50648f5bc0dae9de474c..5cfe0c600857436752aa01d35f21cea03fe3f60b 100644 (file)
@@ -38,7 +38,7 @@ initialize_udp_header(struct udp_hdr *udp_hdr, uint16_t src_port,
                uint16_t dst_port, uint16_t pkt_data_len);
 
 uint16_t
-initialize_tcp_header(struct tcp_hdr *tcp_hdr, uint16_t src_port,
+initialize_tcp_header(struct rte_tcp_hdr *tcp_hdr, uint16_t src_port,
                uint16_t dst_port, uint16_t pkt_data_len);
 
 uint16_t