]> git.droids-corp.org - dpdk.git/blobdiff - app/test/packet_burst_generator.h
net: add rte prefix to SCTP structure
[dpdk.git] / app / test / packet_burst_generator.h
index c8bc372db29f1b3b89981170df1c2143b7de2143..6a9d4dce89058ae212e00bc63f22511903ea602a 100644 (file)
@@ -43,7 +43,7 @@ initialize_tcp_header(struct tcp_hdr *tcp_hdr, uint16_t src_port,
                uint16_t dst_port, uint16_t pkt_data_len);
 
 uint16_t
-initialize_sctp_header(struct sctp_hdr *sctp_hdr, uint16_t src_port,
+initialize_sctp_header(struct rte_sctp_hdr *sctp_hdr, uint16_t src_port,
                uint16_t dst_port, uint16_t pkt_data_len);
 
 uint16_t