[CIFIX]fix ci error

This commit is contained in:
liuwentan
2022-08-11 10:57:46 +08:00
parent 85c28ff17e
commit b471a6eac4
2 changed files with 7 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ struct pio_device_operations pio_device_ops_array[PACKET_IO_RUN_MODE_MAX] =
.open = pio_pcap_file_device_open,
.close = pio_pcap_file_device_close,
.recv = pio_pcap_file_device_receive,
.send = nullptr,
.pkt_free = pio_pcap_file_device_pkt_free,
.buff_ctrlzone = pio_pcap_file_device_buff_ctrlzone,
.buff_mtod = pio_pcap_file_device_buff_mtod,