[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, .open = pio_pcap_file_device_open,
.close = pio_pcap_file_device_close, .close = pio_pcap_file_device_close,
.recv = pio_pcap_file_device_receive, .recv = pio_pcap_file_device_receive,
.send = nullptr,
.pkt_free = pio_pcap_file_device_pkt_free, .pkt_free = pio_pcap_file_device_pkt_free,
.buff_ctrlzone = pio_pcap_file_device_buff_ctrlzone, .buff_ctrlzone = pio_pcap_file_device_buff_ctrlzone,
.buff_mtod = pio_pcap_file_device_buff_mtod, .buff_mtod = pio_pcap_file_device_buff_mtod,

View File

@@ -3,16 +3,16 @@
VCS_TYPE="git" VCS_TYPE="git"
VCS_BASENAME="stellar" VCS_BASENAME="stellar"
VCS_UUID="4ca8c002ee6c7ebcbb5bc7360b82a391a12d4a63" VCS_UUID="4ca8c002ee6c7ebcbb5bc7360b82a391a12d4a63"
VCS_NUM="36" VCS_NUM="37"
VCS_DATE="2022-08-11T02:00:02Z" VCS_DATE="2022-08-11T02:50:41Z"
VCS_BRANCH="dev-liuwentan" VCS_BRANCH="dev-liuwentan"
VCS_TAG="" VCS_TAG=""
VCS_TICK="36" VCS_TICK="37"
VCS_EXTRA="" VCS_EXTRA=""
VCS_ACTION_STAMP="2022-08-11T02:00:02Z!liuwentan@geedgenetworks.com" VCS_ACTION_STAMP="2022-08-11T02:50:41Z!liuwentan@geedgenetworks.com"
VCS_FULL_HASH="14703ec4b44f708001f19bbe326e03a29346df0c" VCS_FULL_HASH="85c28ff17e37de4ac9489d79f2c87e63de156d87"
VCS_SHORT_HASH="14703ec" VCS_SHORT_HASH="85c28ff"
VCS_WC_MODIFIED="1" VCS_WC_MODIFIED="1"