summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2022-08-11 10:57:46 +0800
committerliuwentan <[email protected]>2022-08-11 10:57:46 +0800
commitb471a6eac4bd2c6786e1cf2c8eba45496f19cf66 (patch)
treee95fb6547fea5d1daabf65be53607991478157b8 /src
parent85c28ff17e37de4ac9489d79f2c87e63de156d87 (diff)
[CIFIX]fix ci error
Diffstat (limited to 'src')
-rw-r--r--src/packet_io/packet_io.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet_io/packet_io.cpp b/src/packet_io/packet_io.cpp
index f8c2bf4..2d4109f 100644
--- a/src/packet_io/packet_io.cpp
+++ b/src/packet_io/packet_io.cpp
@@ -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,