diff options
| author | liuwentan <[email protected]> | 2022-08-11 10:57:46 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2022-08-11 10:57:46 +0800 |
| commit | b471a6eac4bd2c6786e1cf2c8eba45496f19cf66 (patch) | |
| tree | e95fb6547fea5d1daabf65be53607991478157b8 | |
| parent | 85c28ff17e37de4ac9489d79f2c87e63de156d87 (diff) | |
[CIFIX]fix ci error
| -rw-r--r-- | src/packet_io/packet_io.cpp | 1 | ||||
| -rw-r--r-- | version.txt | 12 |
2 files changed, 7 insertions, 6 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, diff --git a/version.txt b/version.txt index ec3fd2b..cf5ebdd 100644 --- a/version.txt +++ b/version.txt @@ -3,16 +3,16 @@ VCS_TYPE="git" VCS_BASENAME="stellar" VCS_UUID="4ca8c002ee6c7ebcbb5bc7360b82a391a12d4a63" -VCS_NUM="36" -VCS_DATE="2022-08-11T02:00:02Z" +VCS_NUM="37" +VCS_DATE="2022-08-11T02:50:41Z" VCS_BRANCH="dev-liuwentan" VCS_TAG="" -VCS_TICK="36" +VCS_TICK="37" VCS_EXTRA="" -VCS_ACTION_STAMP="2022-08-11T02:00:[email protected]" -VCS_FULL_HASH="14703ec4b44f708001f19bbe326e03a29346df0c" -VCS_SHORT_HASH="14703ec" +VCS_ACTION_STAMP="2022-08-11T02:50:[email protected]" +VCS_FULL_HASH="85c28ff17e37de4ac9489d79f2c87e63de156d87" +VCS_SHORT_HASH="85c28ff" VCS_WC_MODIFIED="1" |
