diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-06-25 15:12:37 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-06-25 15:12:37 -0500 |
commit | 8fad35f8e2b21e90ee9f444861d2294a2f8a3e2e (patch) | |
tree | 108619f19a942abcd0c462efed40907e8045fd23 /tests/fuzz | |
parent | Merge pull request #3957 (diff) | |
parent | epee: adaptive connection timeout system (diff) | |
download | monero-8fad35f8e2b21e90ee9f444861d2294a2f8a3e2e.tar.xz |
Merge pull request #3962
55c7fb8 epee: adaptive connection timeout system (moneromooo-monero)
Diffstat (limited to 'tests/fuzz')
-rw-r--r-- | tests/fuzz/levin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzz/levin.cpp b/tests/fuzz/levin.cpp index 6a164dda9..4ced1837f 100644 --- a/tests/fuzz/levin.cpp +++ b/tests/fuzz/levin.cpp @@ -158,6 +158,7 @@ namespace } virtual bool close() { return true; } + virtual bool send_done() { return true; } virtual bool call_run_once_service_io() { return true; } virtual bool request_callback() { return true; } virtual boost::asio::io_service& get_io_service() { return m_io_service; } |