aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/levin.cpp
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-06-25 15:12:37 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-06-25 15:12:37 -0500
commit8fad35f8e2b21e90ee9f444861d2294a2f8a3e2e (patch)
tree108619f19a942abcd0c462efed40907e8045fd23 /tests/fuzz/levin.cpp
parentMerge pull request #3957 (diff)
parentepee: adaptive connection timeout system (diff)
downloadmonero-8fad35f8e2b21e90ee9f444861d2294a2f8a3e2e.tar.xz
Merge pull request #3962
55c7fb8 epee: adaptive connection timeout system (moneromooo-monero)
Diffstat (limited to 'tests/fuzz/levin.cpp')
-rw-r--r--tests/fuzz/levin.cpp1
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; }